Documentation
    Preparing search index...

    Interface ReturnValueDescription

    Return value description

    interface ReturnValueDescription {
        description: string;
        tsType: string;
        type: string;
    }
    Index

    Properties

    description: string
    tsType: string
    type: string