Interface LinkBlock

interface LinkBlock {
    type: "link";
    [prop: string]: any;
}

Indexable

  • [prop: string]: any

Properties

Properties

type: "link"