export interface IBlameFormatRes {
    author: string;
    date: string;
    line: number;
}
