import { apiKey } from '@better-auth/api-key'; import { passkey } from '@better-auth/passkey'; import { Auth } from 'better-auth'; import { magicLink, multiSession, organization, username } from 'better-auth/plugins'; export type AuthServer = Pick; export type MagicLinkAuthServer = Pick]; }>, "api">; export type MultiSessionAuthServer = Pick]; }>, "api">; export type PasskeyAuthServer = Pick]; }>, "api">; export type ApiKeyAuthServer = Pick]; }>, "api">; export type UsernameAuthServer = Pick]; }>, "api">; export type OrganizationAuthServer = Pick]; }>, "api">;