SessionRecord
Example Usage
typescript
import { SessionRecord } from "@meetkai/mka1/models/components";
let value: SessionRecord = {
sessionId: "<id>",
userId: "<id>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
sessionId | string | ✔️ | N/A |
userId | string | ✔️ | N/A |
status | components.SessionStatus | ➖ | N/A |
sessionKind | components.SessionKind | ➖ | N/A |
ttlSeconds | number | ➖ | N/A |
workspaceExpiresAt | Date | ➖ | N/A |
sandboxFeatures | components.SandboxFeature[] | ➖ | N/A |
apiKeyId | string | ➖ | N/A |
permissions | string[] | ➖ | N/A |
runnerId | string | ➖ | N/A |
runnerUrl | string | ➖ | N/A |
runnerZone | string | ➖ | N/A |
createdAt | Date | ➖ | N/A |
updatedAt | Date | ➖ | N/A |