Type Alias GuildGiveawayUpdatewinnerIdsInput

GuildGiveawayUpdatewinnerIdsInput: {
    push?: string | string[];
    set?: string[];
}