@turbowarp/types-tw
    Preparing search index...
    interface XMLBlock {
        blockType: "xml";
        filter?: ("target" | "sprite")[];
        text: string | string[];
        xml: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    blockType: "xml"
    filter?: ("target" | "sprite")[]
    text: string | string[]
    xml: string