PopulatedDoc
Describes how to deal with a cosmos db field type of PopulatedDoc
Cosmos DB Model
updatedBy: PopulatedDoc<Account>;Domain Props
readonly updatedBy: AccountProps;
setUpdatedByRef: (updatedBy: AccountEntityReference) => void;Domain Entity Reference
export interface PhysicianEntityReference
extends Readonly<
Omit<
PhysicianProps,
"updatedBy" | "setUpdatedByRef"
>
> {
readonly updatedBy: AccountEntityReference;
}Domain Class
Getter
Setter
Domain Adapter
Getter
Setter
Last updated
Was this helpful?