feat: add colorscheme to user in db (#987)
This commit is contained in:
@@ -5,3 +5,4 @@ export * from "./widget";
|
||||
export * from "./permissions";
|
||||
export * from "./docker";
|
||||
export * from "./auth";
|
||||
export * from "./user";
|
||||
|
||||
2
packages/definitions/src/user.ts
Normal file
2
packages/definitions/src/user.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const colorSchemes = ["light", "dark", "auto"] as const;
|
||||
export type ColorScheme = (typeof colorSchemes)[number];
|
||||
Reference in New Issue
Block a user