interface StreamStopResponse {
    stoppingLevel: "None" | "Account" | "Stream" | "Feed";
}

Properties

Properties

stoppingLevel: "None" | "Account" | "Stream" | "Feed"