import { RecordId } from './types' export type UserRecord = { id: RecordId email: string verified: boolean }