$MsgVpnJndiQueueLinks: {
    properties: {
        uri: {
            description: "The URI of this JNDI Queue object.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        uri: {
            description: "The URI of this JNDI Queue object.";
            type: "string";
        };
    }
    • uri: {
          description: "The URI of this JNDI Queue object.";
          type: "string";
      }
      • description: "The URI of this JNDI Queue object."
      • type: "string"