Variable: GetBoardPropertySchema
ts
const GetBoardPropertySchema: ZodObject<{
boardId: ZodString;
propertyKey: ZodString;
}, $strip>;Defined in: src/agile/parameters/getBoardProperty.ts:3