mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
feat(core): add experience configs (#745)
This commit is contained in:
parent
c1766bf984
commit
08904b8f93
1 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,8 @@ export enum AppearanceMode {
|
|||
export const adminConsoleConfigGuard = z.object({
|
||||
language: z.nativeEnum(Language),
|
||||
appearanceMode: z.nativeEnum(AppearanceMode),
|
||||
experienceGuideDone: z.boolean().optional(),
|
||||
experienceNoticeConfirmed: z.boolean().optional(),
|
||||
});
|
||||
|
||||
export type AdminConsoleConfig = z.infer<typeof adminConsoleConfigGuard>;
|
||||
|
|
Loading…
Reference in a new issue