Defined in: packages/modelence/src/auth/session.ts:39constdbSessions:Store<{authToken:ZodString;createdAt:ZodDate;expiresAt:ZodDate;userId:ZodNullable<ZodType<ObjectId,ZodTypeDef,ObjectId>>; },Record<string, (this, …args) =>any>>
Variables
dbSessions
API Reference / modelence / server / dbSessions