Interface: SessionCreateResponse

Defined in: src/types/log.types.ts:23

Properties

external_id?

optional external_id: string;

Defined in: src/types/log.types.ts:29


id

id: string;

Defined in: src/types/log.types.ts:24


name?

optional name: string;

Defined in: src/types/log.types.ts:25


previous_session_id?

optional previous_session_id: string;

Defined in: src/types/log.types.ts:28


project_id

project_id: string;

Defined in: src/types/log.types.ts:26


project_name

project_name: string;

Defined in: src/types/log.types.ts:27