Variable: UpdateLookAndFeelSchema
ts
const UpdateLookAndFeelSchema: ZodObject<{
lookAndFeelType: ZodEnum<{
custom: "custom";
global: "global";
theme: "theme";
}>;
spaceKey: ZodString;
}, $strip>;Defined in: src/v1/parameters/updateLookAndFeel.ts:4