citeright-sdk-js
Version:
An SDK to connect to the CiteRight API.
10 lines (9 loc) • 334 B
TypeScript
import { EventNotification } from "../EventNotification";
export declare class BlacklistReferenceItemContentUploaded extends EventNotification {
URL: string;
ReferenceItemName: string;
ReferenceItemId: string;
ReferenceItemType: string;
ReferenceItemOwnerId: string;
ReferenceItemCompanyId: string;
}