Interface TelnyxProviderConfig

interface TelnyxProviderConfig {
    apiKey: string;
    connectionId: string;
    publicKey?: string;
    fromNumber: string;
}

Properties

apiKey: string
connectionId: string
publicKey?: string
fromNumber: string