@typia/website
    Preparing search index...

    License information for the exposed API.

    interface ILicense {
        identifier?: string;
        name: string;
        url?: string;
    }
    Index

    Properties

    Properties

    identifier?: string

    Identifier for the license used for the API.

    Example: MIT

    name: string

    The license name used for the API.

    url?: string

    A URL to the license used for the API.