Interface AdsGetMusiciansByIdsParams

interface AdsGetMusiciansByIdsParams {
    ids?: number | number[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

ids?: number | number[]

Generated using TypeDoc