@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface ExportMetadata

    Metadata envelope in an export response.

    interface ExportMetadata {
        description?: string;
        license?: string;
        license_url?: string;
        name: string;
        slug?: string;
        version?: string;
    }
    Index

    Properties

    description?: string
    license?: string

    SPDX license identifier from the toolkit.

    license_url?: string

    URL to full license text.

    name: string
    slug?: string
    version?: string