UNPKG

@rs-box/ez-flow

Version:
5 lines (4 loc) 128 B
import { WorkReport } from './work-report'; export interface Predicate { apply(workReport: WorkReport): Promise<boolean>; }