UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

11 lines (10 loc) 241 B
//#region src/plugins/anonymous/schema.ts const schema = { user: { fields: { isAnonymous: { type: "boolean", required: false, input: false, defaultValue: false } } } }; //#endregion export { schema }; //# sourceMappingURL=schema.mjs.map