oak-pay-business/es/watchers/settlePlan.d.ts

6 lines
238 B
TypeScript

import { Watcher } from 'oak-domain/lib/types/Watcher';
import { EntityDict } from '../oak-app-domain';
import { BRC } from '../types/RuntimeCxt';
declare const watchers: Watcher<EntityDict, 'settlePlan', BRC>[];
export default watchers;