interface ExternalEntityToMatch {
    externalId?: string;
    id?: number;
    [key: string]: string | number | undefined;
}

Indexable

  • [key: string]: string | number | undefined

Properties

Properties

externalId?: string
id?: number