Platforms
fetchAllPlatforms(): Promise<IMusicPlatformData[]>
fetchPlatformById(platformId: string): Promise<IMusicPlatformData | null>
Last updated