Type Alias PlatformReturnTypes

PlatformReturnTypes: {
    getActivePlatformsRaw: Awaited<ReturnType<APIPlatform["getActivePlatforms"]>>;
    getActivePlatformsSuccess: CancelOutWebResponses<Awaited<ReturnType<APIPlatform["getActivePlatforms"]>>>;
    getGuildsForStreamerRaw: Awaited<ReturnType<APIPlatform["getGuildsForStreamer"]>>;
    getGuildsForStreamerSuccess: CancelOutWebResponses<Awaited<ReturnType<APIPlatform["getGuildsForStreamer"]>>>;
    getPlatformWorkerStatsRaw: Awaited<ReturnType<APIPlatform["getPlatformWorkerStats"]>>;
    getPlatformWorkerStatsSuccess: CancelOutWebResponses<Awaited<ReturnType<APIPlatform["getPlatformWorkerStats"]>>>;
}