Files
food-hub-ui/src/types/index.ts
2025-06-24 23:34:00 +08:00

5 lines
69 B
TypeScript

export interface ICategory {
label: string;
value: string;
}