Variable: EntityPropertySchema
ts
const EntityPropertySchema: ZodObject<{
key: ZodOptional<ZodString>;
value: ZodOptional<ZodUnknown>;
}, $loose>;Defined in: src/cloud/models/entityProperty.ts:8
An entity property, for more information see Entity properties.