Skip to content

Variable: GetDatabaseContentPropertiesByIdSchema

ts
const GetDatabaseContentPropertiesByIdSchema: ZodObject<{
  databaseId: ZodNumber;
  propertyId: ZodNumber;
}, $strip>;

Defined in: src/v2/parameters/getDatabaseContentPropertiesById.ts:3