interface OptionalNamedLicenseProperties {
    text?: Models.Attachment;
    url?: string | URL;
}

Hierarchy (view full)

Properties

Properties

url?: string | URL