Skip to content

Variable: GetMemberBoardBackgroundSchema

ts
const GetMemberBoardBackgroundSchema: ZodObject<{
  fields: ZodOptional<ZodCustom<
     | "all"
     | string & object
     | "scaled"
     | "brightness"
     | "fullSizeUrl"
     | "tile", 
     | "all"
     | string & object
     | "scaled"
     | "brightness"
     | "fullSizeUrl"
    | "tile">>;
  id: ZodString;
  idBackground: ZodString;
}, $strip>;

Defined in: parameters/getMemberBoardBackground.ts:4