(client: Client, getOrganizationId: () => string, gate?: SignupGate)
| 258 | }; |
| 259 | |
| 260 | const createAuthInstance = (client: Client, getOrganizationId: () => string, gate?: SignupGate) => |
| 261 | betterAuth(makeAuthOptions(client, getOrganizationId, gate)); |
| 262 | |
| 263 | export type Auth = ReturnType<typeof createAuthInstance>; |
| 264 |
no test coverage detected