UNPKG

@types/facebook-nodejs-business-sdk

Version:
13 lines (12 loc) 419 B
import { AbstractCrudObject } from "./../abstract-crud-object"; /** * ExternalEventSourceCPASEventsDebuggingInfo * @see {@link https://developers.facebook.com/docs/marketing-api/} */ export default class ExternalEventSourceCPASEventsDebuggingInfo extends AbstractCrudObject { static get Fields(): Readonly<{ counts: "counts"; diagnostic: "diagnostic"; event_name: "event_name"; }>; }