©️ schema.ts

This commit is contained in:
nirholas
2026-03-31 10:23:43 +00:00
parent 36ffb93a36
commit b29d89d7f1

View File

@@ -234,3 +234,4 @@ export const KeybindingsSchema = lazySchema(() =>
export type KeybindingsSchemaType = z.infer< export type KeybindingsSchemaType = z.infer<
ReturnType<typeof KeybindingsSchema> ReturnType<typeof KeybindingsSchema>
> >