AutoBE
    Preparing search index...

    Type-only declaration preserved as a target-language comment.

    interface IRawStatement {
        kind: "raw";
        text: string;
    }
    Index

    Properties

    Properties

    kind: "raw"
    text: string