interface TakeOutgoingInterface {
    identity: IdentityOptions;
    pause?: string | boolean;
}

Properties

Properties

identity: IdentityOptions
pause?: string | boolean

Generated using TypeDoc