AutoBE
    Preparing search index...
    interface ITemplateExpression {
        head: string;
        kind: "template";
        spans: ITemplateSpan[];
    }
    Index

    Properties

    Properties

    head: string
    kind: "template"
    spans: ITemplateSpan[]