export type FileGitRef = {
    path: string;
    oid: string;
};
