interface AdapterLookupResult {
    data: AdapterLookupData;
    sourceID: string;
}

Properties

Properties

sourceID: string