Frodo Library - v4.5.0
    Preparing search index...

    Interface MethodParam

    interface MethodParam {
        description: string;
        name: string;
        required: boolean;
        type: string;
    }
    Index

    Properties

    description: string
    name: string
    required: boolean

    Derived from the real TS signature (a ? before the type), not JSDoc prose.

    type: string