UNPKG

@daveyplate/better-auth-ui

Version:

Plug & play shadcn/ui components for better-auth

10 lines (9 loc) 205 B
export type ApiKey = { id: string name?: string | null start?: string | null expiresAt?: Date | null createdAt: Date updatedAt: Date metadata?: Record<string, unknown> | null }