src/app/core/models/brand.ts
Properties |
| id |
id:
|
Type : string
|
|
Defined in src/app/core/models/brand.ts:2
|
| image_url |
image_url:
|
Type : string
|
|
Defined in src/app/core/models/brand.ts:3
|
| name |
name:
|
Type : string
|
|
Defined in src/app/core/models/brand.ts:4
|
export class Brand {
id: string;
image_url: string;
name: string;
}