export type FileVersion = { readonly id: string; readonly comment: string; readonly created_at: string; };