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