@ssh/audiosalad-xml - v1.0.1
    Preparing search index...

    Interface LabelInput

    label_type — the record label behind a release.

    interface LabelInput {
        city?: string;
        country?: string;
        name: string;
        notes?: string;
        state?: string;
        url?: string;
        vendorLabelID?: string;
    }
    Index
    city?: string

    Maps to city.

    country?: string

    Maps to country. A capitalized country name, not a code.

    name: string

    Maps to name. Required.

    notes?: string

    Maps to notes — label description or history, shown in AudioSalad.

    state?: string

    Maps to state.

    url?: string

    Maps to url — the company website.

    vendorLabelID?: string

    Maps to vendor_label_id.