UNPKG

simplify-angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0.

8 lines (7 loc) 217 B
import { SimpleResult } from "./simple-result"; export declare class SimpleEventExecutionResult extends SimpleResult { static keyHasResults: string; hasResults: boolean; results: any; toJson(): any; }