UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

20 lines (19 loc) 361 B
//#region src/plugins/phone-number/schema.ts const schema = { user: { fields: { phoneNumber: { type: "string", required: false, unique: true, sortable: true, returned: true }, phoneNumberVerified: { type: "boolean", required: false, returned: true, input: false } } } }; //#endregion export { schema }; //# sourceMappingURL=schema.mjs.map