Variable: ThemeNoLinksSchema
ts
const ThemeNoLinksSchema: ZodObject<{
description: ZodOptional<ZodString>;
icon: ZodOptional<ZodObject<{
height: ZodNumber;
isDefault: ZodBoolean;
path: ZodString;
width: ZodNumber;
}, $loose>>;
name: ZodOptional<ZodString>;
themeKey: ZodString;
}, $loose>;Defined in: src/v1/models/themeNoLinks.ts:6
Theme object without links. Used in ThemeArray.