Interface ServicesResponseSchema

Export

ServicesResponseSchema

interface ServicesResponseSchema {
    result: {
        [key: string]: DeprecatedServiceInfo;
    };
}

Properties

Properties

result: {
    [key: string]: DeprecatedServiceInfo;
}

Map of service id to service details.

Type declaration

Memberof

ServicesResponseSchema

Generated using TypeDoc