chore: add color for category
This commit is contained in:
@@ -116,6 +116,7 @@ export const logoutUser = async (): Promise<void> => {
|
||||
export interface Category {
|
||||
id: number;
|
||||
name: string;
|
||||
color: string;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user