@seven.io/client
    Preparing search index...

    Type Alias VoiceParams

    type VoiceParams = {
        from?: string;
        ringtime?: number;
        text: string;
        to: string | string[];
    }
    Index

    Properties

    Properties

    from?: string
    ringtime?: number
    text: string
    to: string | string[]