export interface ProviderContractsData {
    readonly providerRouter: string;
    readonly providerGateway: string;
}
