Variable: MoveAllListCardsSchema
ts
const MoveAllListCardsSchema: ZodObject<{
id: ZodString;
idBoard: ZodString;
idList: ZodString;
}, $strip>;Defined in: parameters/moveAllListCards.ts:3