Interface PassportElementErrorSourceTranslationFile

One of files with the translation of the document contains an error. The error will be considered resolved when the file changes. Subtype of PassportElementErrorSource.

interface PassportElementErrorSourceTranslationFile {
    @type: "passportElementErrorSourceTranslationFile";
    file_index: number;
}

Properties

Properties

@type: "passportElementErrorSourceTranslationFile"
file_index: number

Index of a file with the error.