interface ExportQueryFieldTranslatedInterface {
    field: string;
    label: string;
}
export default ExportQueryFieldTranslatedInterface;
