Type Alias ContentBlock

ContentBlock:
    | AudioBlock
    | ImageBlock
    | LinkBlock
    | PaywallBlock
    | PollBlock
    | TextBlock
    | VideoBlock

A single discrete unit of content.