5 lines
164 B
TypeScript
5 lines
164 B
TypeScript
import type { useAuth } from '#imports'
|
|
|
|
type Client = ReturnType<typeof useAuth>['client']
|
|
export type ActiveOrganization = Client['$Infer']['ActiveOrganization']
|