/** * This is auto-generated file, don't modify this file manually */ import { BaseLink } from '../base/BaseLink'; import { WallPostSourceType } from './WallPostSourceType'; export interface WallPostSource { /** * Additional data */ data?: string; /** * Platform name */ platform?: string; type?: WallPostSourceType; /** * URL to an external site used to publish the post */ url?: string; link?: BaseLink; }