Interface ListEditorSessionsResponse

interface ListEditorSessionsResponse {
    editorSessions: EditorSession[];
    nextToken?: string;
}

Hierarchy (View Summary)

Properties

editorSessions: EditorSession[]

List of submissions

nextToken?: string

Token to get the next page of assistants.