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

    Interface PikeIntType

    interface PikeIntType {
        kind: "int";
        max?: string;
        min?: string;
    }
    Index

    Properties

    Properties

    kind: "int"
    max?: string
    min?: string