export default interface IGitHubInfo {
    owner: string;
    repoName: string;
    branch?: string;
    folder?: string;
    title?: string;
    commit?: string;
}
