Custom Types
Describes how to deal with a cosmos db fields of custom types local to that domain object
Cosmos DB Model
review?: MinicexReview;Domain Props
readonly review: MinicexReviewProps;Domain Entity Reference
export interface MinicexEntityReference
extends Readonly<
Omit<
MinicexProps,
"review"
>
> {
readonly review: MinicexReviewEntityReference;
}Domain Class
Getter
Setter
Domain Adapter
Getter
Setter
Last updated
Was this helpful?