/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { MemoryComponentMemory } from './MemoryComponentMemory'; export type SessionMemoryStorage = { readonly memory: MemoryComponentMemory; readonly updated_at: string; readonly session_id: string; };