export default interface IGitHubClient {
    userName?: string;
}
