Platforms
usePlatformsQuery(queryOptions?: UseQueryOptions): {platforms: IMusicPlatformData[], ...UseQueryResult}
usePlatformQuery(platformId: string, queryOptions?: UseQueryOptions): {platform: IMusicPlatformData | null, ...UseQueryResult}
Last updated