UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

36 lines (35 loc) 792 B
import * as better_call941 from "better-call"; //#region src/api/routes/sign-out.d.ts declare const signOut: better_call941.StrictEndpoint<"/sign-out", { method: "POST"; operationId: string; requireHeaders: true; metadata: { openapi: { operationId: string; description: string; responses: { "200": { description: string; content: { "application/json": { schema: { type: "object"; properties: { success: { type: string; }; }; }; }; }; }; }; }; }; }, { success: boolean; }>; //#endregion export { signOut }; //# sourceMappingURL=sign-out.d.mts.map