@types/facebook-nodejs-business-sdk
Version:
TypeScript definitions for facebook-nodejs-business-sdk
12 lines (11 loc) • 369 B
TypeScript
import { AbstractCrudObject } from "./../abstract-crud-object";
/**
* TargetingGeoLocationLocationExpansion
* @see {@link https://developers.facebook.com/docs/marketing-api/}
*/
export default class TargetingGeoLocationLocationExpansion extends AbstractCrudObject {
static get Fields(): Readonly<{
allowed: "allowed";
intent: "intent";
}>;
}