Interface AdsGetMusiciansParams

interface AdsGetMusiciansParams {
    artist_name: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

artist_name: string

Generated using TypeDoc