interface RESTProviderConfig {
    REST: Record<string, APIRestConfig>;
}

Properties

Properties

REST: Record<string, APIRestConfig>