Skip to content

Variable: EntityPropertySchema

ts
const EntityPropertySchema: ZodObject<{
  key: ZodString;
  value: ZodUnknown;
}, $loose>;

Defined in: src/agile/models/entityProperty.ts:4