export interface GuildOnboardingEditOptionsOptions used to edit the guild onboarding.
optionaldefaultChannels? : readonly ChannelResolvable[] | ReadonlyCollection<Snowflake, GuildChannel> 
The channels that new members get opted into automatically
optionalenabled? : boolean 
Whether the onboarding is enabled
optionalmode? : GuildOnboardingMode 
The mode to edit the guild onboarding with
optionalprompts? : readonly GuildOnboardingPromptData[] | ReadonlyCollection<Snowflake, GuildOnboardingPrompt> 
The prompts shown during onboarding and in customize community
optionalreason? : string 
The reason for editing the guild onboarding