Type Alias GuildDropsReturnTypes

GuildDropsReturnTypes: {
    getGuildDropsRaw: Awaited<ReturnType<APIGuildDrops["getGuildDrops"]>>;
    getGuildDropsSuccess: CancelOutWebResponses<Awaited<ReturnType<APIGuildDrops["getGuildDrops"]>>>;
    sendTestDropNotificationRaw: Awaited<ReturnType<APIGuildDrops["sendTestDropNotification"]>>;
    sendTestDropNotificationSuccess: CancelOutWebResponses<Awaited<ReturnType<APIGuildDrops["sendTestDropNotification"]>>>;
    updateGuildDropsRaw: Awaited<ReturnType<APIGuildDrops["updateGuildDrops"]>>;
    updateGuildDropsSuccess: CancelOutWebResponses<Awaited<ReturnType<APIGuildDrops["updateGuildDrops"]>>>;
}