// Copyright (c) 2023 Sourcefuse Technologies // // This software is released under the MIT License. // https://opensource.org/licenses/MIT import {BindingKey} from '@loopback/core'; import {VonageConfig} from './types'; export namespace VonageBindings { export const config = BindingKey.create( 'sf.videochatprovider.vonage.config', ); }