Pike LSP TypeScript API - v0.1.0-alpha.20
    Preparing search index...

    Interface PikeMappingType

    interface PikeMappingType {
        indexType?: PikeType;
        kind: "mapping";
        valueType?: PikeType;
    }
    Index

    Properties

    indexType?: PikeType
    kind: "mapping"
    valueType?: PikeType