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