Type alias ArenaAttachmentBlock

ArenaAttachmentBlock: ArenaBaseBlock & {
    class: "Attachment";
}

Type declaration

  • class: "Attachment"

    (String) The type of block. Will always be "Attachment"

Generated using TypeDoc