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

    Interface PikeOrType

    interface PikeOrType {
        kind: "or";
        types: PikeType[];
    }
    Index

    Properties

    Properties

    kind: "or"
    types: PikeType[]