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