Interface UnknownBlock

A block of unknown type, not documented as part of the Tumblr API.

interface UnknownBlock {
    type: string;
}

Hierarchy

  • Record<string, unknown>
    • UnknownBlock

Properties

Properties

type: string

The type of the block.