@typia/website
    Preparing search index...
    interface IInfo {
        contact?: OpenApiV3.IDocument.IContact;
        description?: string;
        license?: OpenApiV3.IDocument.ILicense;
        termsOfService?: string;
        title: string;
        version: string;
    }
    Index

    Properties

    description?: string
    termsOfService?: string
    title: string
    version: string