better-auth
Version:
The most comprehensive authentication framework for TypeScript.
36 lines (35 loc) • 777 B
text/typescript
import * as better_call789 from "better-call";
//#region src/api/routes/ok.d.ts
declare const ok: better_call789.StrictEndpoint<"/ok", {
method: "GET";
metadata: {
openapi: {
description: string;
responses: {
"200": {
description: string;
content: {
"application/json": {
schema: {
type: "object";
properties: {
ok: {
type: string;
description: string;
};
};
required: string[];
};
};
};
};
};
};
scope: "server";
};
}, {
ok: boolean;
}>;
//#endregion
export { ok };
//# sourceMappingURL=ok.d.mts.map