export interface IGitLink {
    token: string;
    link: string;
    [key: string]: string;
}
//# sourceMappingURL=IGitLink.d.ts.map