interface XMLBlock {
    blockType: "xml";
    filter?: ("target" | "sprite")[];
    text: string | string[];
    xml: string;
}

Hierarchy (View Summary)

Properties

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