Type Alias StopStreamRequest

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