AdResource: {
    creativeType: string;
    type: Static;
    url: string;
} | {
    type: Iframe;
    url: string;
} | {
    markup: string;
    type: Html;
}

Type declaration

  • creativeType: string
  • type: Static
  • url: string

Type declaration

Type declaration

  • markup: string
  • type: Html

Generated using TypeDoc