export type MiniUser = { readonly id: number; readonly name: string; email?: string; };