UNPKG

@spotify/web-api-ts-sdk

Version:
6 lines (5 loc) 201 B
import type { Markets } from '../types.js'; import EndpointsBase from './EndpointsBase.js'; export default class MarketsEndpoints extends EndpointsBase { getAvailableMarkets(): Promise<Markets>; }