export interface Repository {
    readonly owner: string;
    readonly repo: string;
    readonly defaultBranch: string;
}
