export default interface FileSettingsMapping {
    columnIndex: number;
    sourceId: string;
}
