7 lines
285 B
TypeScript
7 lines
285 B
TypeScript
import type { auth } from '../server/utils/auth'
|
|
import type { authClient } from './auth-client'
|
|
|
|
export type Session = typeof auth.$Infer.Session
|
|
export type ActiveOrganization = typeof authClient.$Infer.ActiveOrganization
|
|
export type Invitation = typeof authClient.$Infer.Invitation
|