export interface SelectMenuModalData<Cached extends CacheType = CacheType> extends BaseModalData<ComponentType.ChannelSelect  | ComponentType.MentionableSelect  | ComponentType.RoleSelect  | ComponentType.StringSelect  | ComponentType.UserSelect>optionalchannels? : ReadonlyCollection<Snowflake,  CacheTypeReducer<Cached, GuildBasedChannel, APIInteractionDataResolvedChannel>> 
The resolved channels
customId : string
The custom id of the field
optionalmembers? : ReadonlyCollection<Snowflake, CacheTypeReducer<Cached, GuildMember, APIInteractionDataResolvedGuildMember>> 
The resolved members
optionalroles? : ReadonlyCollection<Snowflake, CacheTypeReducer<Cached, Role, APIRole>> 
The resolved roles
optionalusers? : ReadonlyCollection<Snowflake, User> 
The resolved users
values : readonly string[]
The values of the field