interface JoinedKeys {
    linkedEntityId: string;
    parentId: string;
}

Properties

linkedEntityId: string
parentId: string