UNPKG

@types/facebook-nodejs-business-sdk

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