export interface ActivityGitRepository { readonly id: number; readonly name: string; readonly description: string; }