Interface AdsGetMusiciansResponse

interface AdsGetMusiciansResponse {
    items: AdsMusician[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

items: AdsMusician[]

Generated using TypeDoc