import { MiniUser } from './MiniUser'; export type AppRelease = { version: string; created_by: MiniUser; readonly created_at: string; };