Type alias PreambleEntry

PreambleEntry: {
    content: TextStringValue | ConcatValue;
    entryType: "preamble";
    location: Location;
}

Type declaration

Generated using TypeDoc