/** * This file was auto-generated by Fern from our API Definition. */ import * as Zep from "../index"; export interface Session { classifications?: Record; createdAt?: string; deletedAt?: string; endedAt?: string; factRatingInstruction?: Zep.SessionFactRatingInstruction; facts?: string[]; id?: number; metadata?: Record; projectUuid?: string; sessionId?: string; updatedAt?: string; /** Must be a pointer to allow for null values */ userId?: string; uuid?: string; }