Interface InputPassportElementErrorSourceTranslationFile

One of the files containing the translation of the document contains an error. The error is considered resolved when the file with the translation changes. Subtype of InputPassportElementErrorSource.

interface InputPassportElementErrorSourceTranslationFile {
    @type: "inputPassportElementErrorSourceTranslationFile";
    file_hash: string;
}

Properties

Properties

@type: "inputPassportElementErrorSourceTranslationFile"
file_hash: string

Current hash of the file containing the translation.