Session

interface ApiSession {
    createdAt: string;
    id: string;
    projectId: string;
}

Properties

createdAt: string

date-time

id: string
projectId: string