UNPKG

@openactive/harvesting-utils

Version:
3 lines 134 B
export type RpdePageProcessor = { (rpdePage: any, feedIdentifier: string, isInitialHarvestComplete: () => boolean): Promise<void>; }