export type UserApiKeyResponse = { id: string; keyPrefix: string; name: string; isRevoked: boolean; revokedAt?: string | null; createdAt: string; scopes: Record; };