export default interface GitCreateBlobResponse {
    url: string;
    sha: string;
}
