Skip to content

Variable: GetBoardListsByFilterSchema

ts
const GetBoardListsByFilterSchema: ZodObject<{
  filter: ZodUnion<readonly [ZodString, ZodCustom<"all" | "none" | "closed" | "open" | string & object, "all" | "none" | "closed" | "open" | string & object>]>;
  id: ZodString;
}, $strip>;

Defined in: parameters/getBoardListsByFilter.ts:4