export type StatsClient = { id: number; description?: string; prefix: string; key: string; cleartextkey?: string; };