import { Result as ResultFromPrisma } from 'db' export type Result = Omit & { createdAt: string }