UNPKG
aau-auth-kit-ui
Version:
latest (1.0.1)
1.0.1
Plug & play shadcn/ui components for aau-auth-kit with Next.js integration
aau-auth-kit-ui
/
src
/
types
/
any-auth-client.ts
7 lines
(5 loc)
•
169 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
type
{ createAuthClient }
from
"aau-auth-kit/react"
;
export
type
AnyAuthClient
=
Omit
<
ReturnType
<
typeof
createAuthClient>,
"signUp"
|
"getSession"
>;