/opt/canhelp/node_modules/better-auth/dist/plugins/siwe
NameSizeModeActions
client.d.mts2470644editdlrm
client.mjs1920644editdlrm
client.mjs.map4600644editdlrm
index.d.mts18670644editdlrm
index.mjs63930644editdlrm
index.mjs.map147160644editdlrm
schema.d.mts7240644editdlrm
schema.mjs4860644editdlrm
schema.mjs.map11590644editdlrm
types.d.mts9370644editdlrm
Edit: /opt/canhelp/node_modules/better-auth/dist/plugins/siwe/schema.d.mts (724B)
//#region src/plugins/siwe/schema.d.ts declare const schema: { walletAddress: { fields: { userId: { type: "string"; references: { model: string; field: string; }; required: true; index: true; }; address: { type: "string"; required: true; }; chainId: { type: "number"; required: true; }; isPrimary: { type: "boolean"; defaultValue: false; }; createdAt: { type: "date"; required: true; }; }; }; }; type WalletAddressSchema = typeof schema; //#endregion export { WalletAddressSchema, schema }; //# sourceMappingURL=schema.d.mts.map