export interface SussgestionMatch {
    from: number;
    to: number;
    mappingId: string;
    replacement: string;
}
