BusinessOpeningHoursInterval Interface

{
  "id": 2938,
  "name": "BusinessOpeningHoursInterval",
  "variant": "declaration",
  "kind": 256,
  "flags": {},
  "children": [
    {
      "id": 2940,
      "name": "closingMinute",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "The minute's sequence number in a week, starting on Monday,\nmarking the end of the time interval during which the business is open;\nFrom 0 to 8 * 24 * 60"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 2575,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "number"
      }
    },
    {
      "id": 2939,
      "name": "openingMinute",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "The minute's sequence number in a week, starting on Monday,\nmarking the start of the time interval during which the business is open;\nFrom 0 to 7 * 24 * 60"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 2569,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "number"
      }
    }
  ],
  "groups": [
    {
      "title": "Properties",
      "children": [
        2940,
        2939
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/types.ts",
      "line": 2563,
      "character": 17
    }
  ]
}