PassportElementErrorReverseSide Interface

{
  "id": 2594,
  "name": "PassportElementErrorReverseSide",
  "variant": "declaration",
  "kind": 256,
  "flags": {},
  "children": [
    {
      "id": 2597,
      "name": "fileHash",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Base64-encoded hash of the file with the reverse side of the document"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1605,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "string"
      }
    },
    {
      "id": 2598,
      "name": "message",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Error message"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1607,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "string"
      }
    },
    {
      "id": 2595,
      "name": "source",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Error source"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1599,
          "character": 1
        }
      ],
      "type": {
        "type": "reference",
        "target": 1990,
        "name": "ReverseSide",
        "package": "tgkit",
        "qualifiedName": "PassportElementErrorSource.ReverseSide"
      }
    },
    {
      "id": 2596,
      "name": "type",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "The section of the user's Telegram Passport which has the error"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1601,
          "character": 1
        }
      ],
      "type": {
        "type": "union",
        "types": [
          {
            "type": "reference",
            "target": 2000,
            "name": "DriverLicense",
            "package": "tgkit",
            "qualifiedName": "PassportElementType.DriverLicense"
          },
          {
            "type": "reference",
            "target": 2001,
            "name": "IdentityCard",
            "package": "tgkit",
            "qualifiedName": "PassportElementType.IdentityCard"
          }
        ]
      }
    }
  ],
  "groups": [
    {
      "title": "Properties",
      "children": [
        2597,
        2598,
        2595,
        2596
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/types.ts",
      "line": 1597,
      "character": 17
    }
  ]
}