UNPKG

@daveyplate/better-auth-ui

Version:

Plug & play shadcn/ui components for better-auth

9 lines (8 loc) 136 B
export type ApiKey = { id: string name: string start: string expiresAt?: Date createdAt: Date updatedAt: Date }