Interface ListOfSpaceExternalIdsRequestWithTyping

interface ListOfSpaceExternalIdsRequestWithTyping {
    includeTyping?: boolean;
    items: {
        externalId: string;
        instanceType: InstanceType;
        space: string;
    }[];
    sources?: SourceSelectorWithoutPropertiesV3;
}

Properties

includeTyping?: boolean

Should we return property type information as part of the result?

items: {
    externalId: string;
    instanceType: InstanceType;
    space: string;
}[]

The node/edge must have data in all the sources defined in the list