UNPKG

@types/facebook-nodejs-business-sdk

Version:
15 lines (14 loc) 381 B
import { AbstractCrudObject } from "./../abstract-crud-object"; /** * Experience * @see {@link https://developers.facebook.com/docs/marketing-api/} */ export default class Experience extends AbstractCrudObject { static get Fields(): Readonly<{ description: "description"; from: "from"; id: "id"; name: "name"; with: "with"; }>; }