Interface PostStreamsRequest

interface PostStreamsRequest {
    failIfExists?: boolean;
    stream: Stream;
}

Properties

failIfExists?: boolean
stream: Stream