$AboutApi: {
    properties: {
        platform: {
            description: "The platform running the SEMP API.";
            type: "string";
        };
        sempVersion: {
            description: "The version of the SEMP API.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        platform: {
            description: "The platform running the SEMP API.";
            type: "string";
        };
        sempVersion: {
            description: "The version of the SEMP API.";
            type: "string";
        };
    }
    • platform: {
          description: "The platform running the SEMP API.";
          type: "string";
      }
      • description: "The platform running the SEMP API."
      • type: "string"
    • sempVersion: {
          description: "The version of the SEMP API.";
          type: "string";
      }
      • description: "The version of the SEMP API."
      • type: "string"