export interface CaseViewParams {
    allowedNets: Array<string>;
}
