$AboutLinks: {
    properties: {
        apiUri: {
            description: "The URI of this About's API Description object. Available since 2.2.";
            type: "string";
        };
        uri: {
            description: "The URI of this About object.";
            type: "string";
        };
        userUri: {
            description: "The URI of this About's User object. Available since 2.2.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        apiUri: {
            description: "The URI of this About's API Description object. Available since 2.2.";
            type: "string";
        };
        uri: {
            description: "The URI of this About object.";
            type: "string";
        };
        userUri: {
            description: "The URI of this About's User object. Available since 2.2.";
            type: "string";
        };
    }
    • apiUri: {
          description: "The URI of this About's API Description object. Available since 2.2.";
          type: "string";
      }
      • description: "The URI of this About's API Description object. Available since 2.2."
      • type: "string"
    • uri: {
          description: "The URI of this About object.";
          type: "string";
      }
      • description: "The URI of this About object."
      • type: "string"
    • userUri: {
          description: "The URI of this About's User object. Available since 2.2.";
          type: "string";
      }
      • description: "The URI of this About's User object. Available since 2.2."
      • type: "string"