Interface CallsForceFinishParams

interface CallsForceFinishParams {
    call_id: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

call_id: string

Generated using TypeDoc