Type alias CallSCOptions

CallSCOptions: CallSCCommons & {
    periodToLive?: number;
}

Type declaration

  • Optional periodToLive?: number