export default interface LocToken {
    value: string;
    comment?: string;
    isModified: boolean;
}
