MCPcopy
hub / github.com/nextauthjs/next-auth / AccountInstance

Interface AccountInstance

packages/adapter-sequelize/src/index.ts:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13// @see https://sequelize.org/master/manual/typescript.html
14interface AccountInstance
15 extends Model<AdapterAccount, Partial<AdapterAccount>>,
16 AdapterAccount {}
17interface UserInstance
18 extends Model<AdapterUser, Partial<AdapterUser>>,
19 AdapterUser {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected