feat(frontend): Use i18n, type fixes
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
const { client } = useAuth()
|
||||
import type { useAuth } from '#imports'
|
||||
|
||||
export type ActiveOrganization = typeof client.$Infer.ActiveOrganization
|
||||
type Client = ReturnType<typeof useAuth>['client']
|
||||
export type ActiveOrganization = Client['$Infer']['ActiveOrganization']
|
||||
|
||||
Reference in New Issue
Block a user