Type Alias entity_Module

entity_Module: {
    description?: string;
    doc?: url_URL;
    name?: string;
    owners?: string[];
    url?: url_URL;
}

Type declaration

  • Optionaldescription?: string

    Description is a human-readable description of the module.

  • Optionaldoc?: url_URL

    Doc is the documentation URL of the module.

  • Optionalname?: string

    Name is the module name.

  • Optionalowners?: string[]

    Owners is a list of owners for the module.

  • Optionalurl?: url_URL

    URL is the module oci artifact registry URL.