Interface AugmentedExternalContent

interface AugmentedExternalContent {
    type: string;
    value: ExternalContentField[];
}

Properties

Properties

type: string