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

    Interface GenreInput

    genre_type — up to two levels of granularity.

    interface GenreInput {
        primary: string;
        sub?: string;
    }
    Index
    primary: string

    Maps to primary. Required.

    sub?: string

    Maps to sub.