Skip to content

Variable: SwitcherViewSchema

ts
const SwitcherViewSchema: ZodObject<{
  enabled: ZodOptional<ZodBoolean>;
  viewType: ZodOptional<ZodString>;
}, $strip>;

Defined in: models/switcherView.ts:4