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