BusinessLocation Interface

{
  "id": 2935,
  "name": "BusinessLocation",
  "variant": "declaration",
  "kind": 256,
  "flags": {},
  "children": [
    {
      "id": 2936,
      "name": "address",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Address of the business"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 2558,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "string"
      }
    },
    {
      "id": 2937,
      "name": "location",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Location of the business"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 2560,
          "character": 1
        }
      ],
      "type": {
        "type": "reference",
        "target": 1455,
        "name": "Location",
        "package": "tgkit",
        "qualifiedName": "default"
      }
    }
  ],
  "groups": [
    {
      "title": "Properties",
      "children": [
        2936,
        2937
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/types.ts",
      "line": 2556,
      "character": 17
    }
  ]
}