export interface Category {
    id: number;
    name: string;
    thumbnail: string;
}
export type Categrories = Category[];
//# sourceMappingURL=categories.d.ts.map