export interface IThrottleResponse {
    ThrottleInst?: number;
    ThrottleStatus?: number;
    ThrottleCountIndicator?: number;
}
