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