import { PushEvent } from './PushEvent'; /** * Push completed event * @category Graph */ export interface PushCompletedEvent extends PushEvent {}