interface VastAdExtension {
    attributes: VastAdExtensionAttributes;
    children: VastAdExtension[];
    name: string;
    value: string;
}

Properties

The attributes of the tag

children: VastAdExtension[]

The nested children of the tag

name: string

The name of the tag

value: string

The value of the tag