$AboutUserMsgVpn: {
    properties: {
        accessLevel: {
            type: "Enum";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        accessLevel: {
            type: "Enum";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
    }
    • accessLevel: {
          type: "Enum";
      }
      • type: "Enum"
    • msgVpnName: {
          description: "The name of the Message VPN.";
          type: "string";
      }
      • description: "The name of the Message VPN."
      • type: "string"