Interface DiscoveryProvenance

interface DiscoveryProvenance {
    retrievedAt?: string;
    source: string;
    validator?: string;
}

Properties

retrievedAt?: string
source: string
validator?: string