UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

16 lines 307 B
//#region src/plugins/anonymous/schema.d.ts declare const schema: { user: { fields: { isAnonymous: { type: "boolean"; required: false; input: false; defaultValue: false; }; }; }; }; //#endregion export { schema }; //# sourceMappingURL=schema.d.mts.map