type ValidateImportErrorOpts = {
    address?: string;
    value?: any;
    keyField: string;
    message: string;
};

export type { ValidateImportErrorOpts };
