export interface ICategory { id: string; name: string; img?: string; } //# sourceMappingURL=types.d.ts.map