Skip to content

Variable: GetProjectPropertySchema

ts
const GetProjectPropertySchema: ZodObject<{
  projectIdOrKey: ZodString;
  propertyKey: ZodString;
}, $strip>;

Defined in: src/cloud/parameters/getProjectProperty.ts:3