ts-lambda-api - v2.5.2
    Preparing search index...

    Interface InfoObject

    interface InfoObject {
        contact?: ContactObject;
        description?: string;
        license?: LicenseObject;
        termsOfService?: string;
        title: string;
        version: string;
        [extensionName: `x-${string}`]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [extensionName: `x-${string}`]: any
    Index

    Properties

    contact?: ContactObject
    description?: string
    license?: LicenseObject
    termsOfService?: string
    title: string
    version: string