Skip to main content

Type Alias: SessionCreateResponseOpenAPI

type SessionCreateResponseOpenAPI = object;
Defined in: src/types/openapi.types.ts SessionCreateResponse

Properties

external_id?

optional external_id: string | null;
Defined in: src/types/openapi.types.ts External Id External id of the session.

id

id: string;
Defined in: src/types/openapi.types.ts Id Session id associated with the session.

name

name: string | null;
Defined in: src/types/openapi.types.ts Name Name of the session.

previous_session_id?

optional previous_session_id: string | null;
Defined in: src/types/openapi.types.ts Previous Session Id Id of the previous session.

project_id

project_id: string;
Defined in: src/types/openapi.types.ts Project Id Project id associated with the session.

project_name

project_name: string;
Defined in: src/types/openapi.types.ts Project Name Project name associated with the session.