swagger-typescript-api
    Preparing search index...

    Interface PathArgInfo

    interface PathArgInfo {
        description?: string;
        name: string;
        optional: boolean;
        type: string;
    }
    Index

    Properties

    description?: string
    name: string
    optional: boolean
    type: string