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

    Interface AttrInput

    attr_type — a generic key/value pair.

    interface AttrInput {
        key: string;
        type?: string;
        value: string;
    }
    Index
    key: string

    Maps to key. Required.

    type?: string

    Maps to type. One of the attr_type_type values.

    value: string

    Maps to value. Required; cast non-strings yourself.