UNPKG

ngx-testing-tools

Version:
7 lines (6 loc) 260 B
import { MaybeAsync } from '../../../../common/models/maybe-async.model'; import { RouteSnapshotConfig } from '../../../../common/utils/router.util'; export interface TriggerTools<R = MaybeAsync<any>> { (): R; withInfo(info: RouteSnapshotConfig): R; }