src/app/models/link.model.ts
Properties |
Href |
Href:
|
Type : string
|
Defined in src/app/models/link.model.ts:2
|
Relation |
Relation:
|
Type : string
|
Defined in src/app/models/link.model.ts:3
|
export interface Link {
Href: string;
Relation: string;
}