12 ::ll::TypedStorage<1, 1, bool> mAllowOutboundConnect;
13 ::ll::TypedStorage<1, 1, bool> mAllowInboundListen;
14 ::ll::TypedStorage<4, 4, ::ScriptDebuggerAttachMode> mAutoAttach;
15 ::ll::TypedStorage<4, 4, uint> mAutoAttachTimeoutSec;
16 ::ll::TypedStorage<1, 1, bool> mForceInboundDebugPort;
17 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mHost;
18 ::ll::TypedStorage<4, 8, ::std::optional<uint>> mPort;
19 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mPasscode;