Skip to content

Variable: GetThemesSchema

ts
const GetThemesSchema: ZodObject<{
  limit: ZodOptional<ZodNumber>;
  start: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/v1/parameters/getThemes.ts:3