Interface Stream

interface Stream {
    contentType: ContentType;
    id: string;
    side: StreamSide;
}

Implemented by

Properties

Properties

contentType: ContentType
id: string
side: StreamSide

Generated using TypeDoc