UNPKG

@daveyplate/better-auth-tanstack

Version:

Tanstack hooks for better-auth

9 lines (8 loc) 149 B
export type ListAccount = { id: string provider: string createdAt: Date updatedAt: Date accountId: string scopes: string[] }