The summary of the to side of a relationship. Given from the mobile services summary endpoint.

interface ToEntitySummary {
    canCreate: boolean;
    canSearch: boolean;
    imageUrl: string;
    relationships: Relationship[];
    requireSearchBeforeCreate?: boolean;
    type: string;
    typeLabel: string;
}

Properties

canCreate: boolean
canSearch: boolean
imageUrl: string
relationships: Relationship[]
requireSearchBeforeCreate?: boolean
type: string
typeLabel: string