export interfaceProviderProperties {
/** The unique identification of the provider the configration applies to */
provider: string;
/** All other provider configuration properties as defined in its schema */
[key: string]: any;
}
//# sourceMappingURL=provider-properties.model.d.ts.map