Variable: GetBoardStarsSchema
ts
const GetBoardStarsSchema: ZodObject<{
boardId: ZodString;
filter: ZodOptional<ZodUnion<readonly [ZodString, ZodEnum<{
mine: "mine";
none: "none";
}>]>>;
}, $strip>;Defined in: parameters/getBoardStars.ts:3