nexus-agents - v2.80.0
    Preparing search index...

    Interface ApiType

    API type documentation.

    interface ApiType {
        name: string;
        description: string;
        properties: {
            name: string;
            type: string;
            description: string;
            optional: boolean;
        }[];
    }
    Index

    Properties

    name: string

    Type name

    description: string

    Description

    properties: {
        name: string;
        type: string;
        description: string;
        optional: boolean;
    }[]

    Properties