UNPKG

citeright-sdk-js

Version:
8 lines (7 loc) 239 B
import { EventNotification } from "../EventNotification"; export declare class ReferenceItemContentExpired extends EventNotification { Type: string; URL: string; ReferenceItemName: string; ReferenceItemId: string; }