Type alias OpenRealmBehaviorConfiguration

OpenRealmBehaviorConfiguration: {
    timeOut?: number;
    timeOutBehavior?: OpenRealmTimeOutBehavior;
    type: OpenRealmBehaviorType;
}

Type declaration

Generated using TypeDoc