UNPKG

citeright-sdk-js

Version:
9 lines (8 loc) 246 B
import { EventNotification } from "../EventNotification"; export declare class ReferenceItemSaveFailed extends EventNotification { Type: string; Source: string; URL: string; ReferenceItemName: string; Error: string; }