Type Alias: Category
type Category = typeof Category[keyof typeof Category];
Defined in: src/models/enums.ts:24
Union type of all possible category values.
type Category = typeof Category[keyof typeof Category];
Defined in: src/models/enums.ts:24
Union type of all possible category values.