interface ProvidersResponse {
    asOf: string;
    providers: Provider[];
}

Properties

Properties

asOf: string
providers: Provider[]