Documentation
    Preparing search index...

    Interface ArgDescription

    Method argument description

    interface ArgDescription {
        description: string;
        isOptional: boolean;
        name: string;
        tsType: string;
        type: string;
    }
    Index

    Properties

    description: string
    isOptional: boolean
    name: string
    tsType: string
    type: string