binary: boolean(),
content: string(),
id: string(),
lastCommit: commitHeaderSchema,
});
export type DiffBlob = z.infer<typeof diffBlobSchema>;