wesl
    Preparing search index...

    Interface ImportSegment

    A collection of import trees. {baz, cat as neko}

    interface ImportSegment {
        kind: "import-segment";
        name: string;
    }
    Index

    Properties

    Properties

    kind: "import-segment"
    name: string