import { Rval2 } from './Rval2'; /** performLiveStreamEventActionResponse */ export interface PerformLiveStreamEventActionResponse { /** rval */ rval?: Rval2; }