/** * One of the data fields contains an error. The error will be considered resolved when * the value of the field changes */ export declare class PassportElementErrorSourceDataFieldBaseModel { _: 'passportElementErrorSourceDataField'; /** Field name */ fieldName: string; }