Variable: LookAndFeelSelectionSchema
ts
const LookAndFeelSelectionSchema: ZodObject<{
lookAndFeelType: ZodCustom<"custom" | "global" | string & object | "theme", "custom" | "global" | string & object | "theme">;
spaceKey: ZodString;
}, $loose>;Defined in: src/v1/models/lookAndFeelSelection.ts:5
Look and feel selection