/**
 * @category Graph
 */
export interface PushEvent {
    /**
     * Frame subject
     */
    frameUID: string;
}
