UNPKG

@rs-box/ez-flow

Version:
6 lines (5 loc) 204 B
import { Predicate } from './predicate'; import { WorkReport } from './work-report'; export declare class WorkReportPredicate implements Predicate { apply(workReport: WorkReport): Promise<boolean>; }