Interface Stream

interface Stream {
    id: string;
}

Properties

Properties

id: string