UNPKG

cnpmcore

Version:
14 lines (13 loc) 421 B
import { EggContext } from '@eggjs/tegg'; import { AbstractController } from './AbstractController'; export declare class ChangesStreamController extends AbstractController { private changeRepository; listChanges(ctx: EggContext, since: string): Promise<{ results: { seq: bigint | undefined; type: string; id: string; changes: any[]; }[]; }>; }