Interface TextBlock

interface TextBlock {
    type: "text";
    [prop: string]: any;
}

Indexable

  • [prop: string]: any

Properties

Properties

type: "text"