Variable: GetBlueprintTemplatesSchema
ts
const GetBlueprintTemplatesSchema: ZodObject<{
expand: ZodOptional<ZodArray<ZodCustom<"body" | string & object | "body.storage", "body" | string & object | "body.storage">>>;
limit: ZodOptional<ZodNumber>;
spaceKey: ZodOptional<ZodString>;
start: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/v1/parameters/getBlueprintTemplates.ts:4