export interface ClientFacingApiKey { label: string; value: string; teamId?: string; id: string; createdAt: Date; deletedAt?: Date; }