PassportElementErrorDataField Interface

{
  "id": 2583,
  "name": "PassportElementErrorDataField",
  "variant": "declaration",
  "kind": 256,
  "flags": {},
  "children": [
    {
      "id": 2587,
      "name": "dataHash",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Base64-encoded data hash"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1577,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "string"
      }
    },
    {
      "id": 2586,
      "name": "fieldName",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Name of the data field which has the error"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1575,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "string"
      }
    },
    {
      "id": 2588,
      "name": "message",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Error message"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1579,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "string"
      }
    },
    {
      "id": 2584,
      "name": "source",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Error source"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1565,
          "character": 1
        }
      ],
      "type": {
        "type": "reference",
        "target": 1988,
        "name": "Data",
        "package": "tgkit",
        "qualifiedName": "PassportElementErrorSource.Data"
      }
    },
    {
      "id": 2585,
      "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": 1567,
          "character": 1
        }
      ],
      "type": {
        "type": "union",
        "types": [
          {
            "type": "reference",
            "target": 1998,
            "name": "PersonalDetails",
            "package": "tgkit",
            "qualifiedName": "PassportElementType.PersonalDetails"
          },
          {
            "type": "reference",
            "target": 1999,
            "name": "Passport",
            "package": "tgkit",
            "qualifiedName": "PassportElementType.Passport"
          },
          {
            "type": "reference",
            "target": 2000,
            "name": "DriverLicense",
            "package": "tgkit",
            "qualifiedName": "PassportElementType.DriverLicense"
          },
          {
            "type": "reference",
            "target": 2001,
            "name": "IdentityCard",
            "package": "tgkit",
            "qualifiedName": "PassportElementType.IdentityCard"
          },
          {
            "type": "reference",
            "target": 2002,
            "name": "InternalPassport",
            "package": "tgkit",
            "qualifiedName": "PassportElementType.InternalPassport"
          },
          {
            "type": "reference",
            "target": 2003,
            "name": "Address",
            "package": "tgkit",
            "qualifiedName": "PassportElementType.Address"
          }
        ]
      }
    }
  ],
  "groups": [
    {
      "title": "Properties",
      "children": [
        2587,
        2586,
        2588,
        2584,
        2585
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/types.ts",
      "line": 1563,
      "character": 17
    }
  ]
}