Type alias StopStreamRequest

StopStreamRequest: {
    sessionID: StreamSessionIdentifier;
    type: STOP;
}

Type declaration