Skip to content

Variable: GetMemberBoardBackgroundsSchema

ts
const GetMemberBoardBackgroundsSchema: ZodObject<{
  filter: ZodOptional<ZodCustom<"default" | "all" | "none" | "custom" | string & object | "premium", "default" | "all" | "none" | "custom" | string & object | "premium">>;
  id: ZodString;
}, $strip>;

Defined in: parameters/getMemberBoardBackgrounds.ts:4