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