UNPKG

@heroku/salesforce-sdk-nodejs

Version:

Salesforce SDK for Heroku Apps.

9 lines (8 loc) 295 B
import { InvocationEvent } from "../index.js"; export declare class InvocationEventImpl implements InvocationEvent<unknown> { data: unknown; dataContentType?: string; id: string; time?: string; constructor(data: unknown, dataContentType: string, id: string, time: string); }