/// <reference path="../virtual.d.ts" />

type GitAuthor = {
    name: string;
    email: string;
};

export type { GitAuthor };
