TerminateSessionResponse
Example Usage
typescript
import { TerminateSessionResponse } from "@meetkai/mka1/models/components";
let value: TerminateSessionResponse = {
session: {
sessionId: "<id>",
userId: "<id>",
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
session | components.SessionRecord | ✔️ | N/A |