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

    Interface LicenseObject

    interface LicenseObject {
        identifier?: string;
        name: string;
        url?: string;
        [extensionName: `x-${string}`]: any;
    }

    Hierarchy (View Summary)

    Indexable

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

    Properties

    Properties

    identifier?: string
    name: string
    url?: string