File

src/app/Category.ts

Properties

code
code: string
Type : string
coverImage
coverImage: string
Type : string
id
id: number
Type : number
title
title: string
Type : string
export interface Category {
    id?: number;
    title: string;
    code: string;
    coverImage: string;
}

results matching ""

    No results matching ""