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