import { AAsyncOperation } from 'ts-react-app-infrastructure'; export abstract class AWebAsyncOperation extends AAsyncOperation { }