Type alias OcctNativeBackendOptions

OcctNativeBackendOptions: {
    sessionId?: string;
    transport: NativeOcctTransport;
}

Type declaration