UNPKG
better-auth-invite
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
**UNDER DEVELOPMENT — ALPHA**
github.com/bard/better-auth-invite
bard/better-auth-invite
better-auth-invite
/
dist
/
client.d.ts
7 lines
(6 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{ invite }
from
"./index.js"
;
export
declare
const
inviteClient
:
() =>
{
id
:
"invite"
;
$InferServerPlugin
:
ReturnType
<
typeof
invite>; };
export
type
InviteClientPlugin
=
ReturnType
<
typeof
inviteClient>;