better-auth
Version:
The most comprehensive authentication framework for TypeScript.
16 lines (15 loc) • 547 B
text/typescript
import * as _better_auth_core2 from "@better-auth/core";
import * as better_call129 from "better-call";
//#region src/integrations/tanstack-start.d.ts
declare const tanstackStartCookies: () => {
id: "tanstack-start-cookies";
hooks: {
after: {
matcher(ctx: _better_auth_core2.HookEndpointContext): true;
handler: (inputContext: better_call129.MiddlewareInputContext<better_call129.MiddlewareOptions>) => Promise<void>;
}[];
};
};
//#endregion
export { tanstackStartCookies };
//# sourceMappingURL=tanstack-start.d.mts.map