Interface DeleteStreamLocationsWithNameRequest

interface DeleteStreamLocationsWithNameRequest {
    name: string;
    office: string;
    streamId: string;
}

Properties

Properties

name: string
office: string
streamId: string