seyfert
    Preparing search index...

    Interface OptionResolved

    interface OptionResolved {
        attachment?: Attachment;
        channel?: AllChannels;
        focused?: boolean;
        member?: GuildMember | InteractionGuildMember;
        name: string;
        options?: OptionResolved[];
        role?: GuildRole;
        type: ApplicationCommandOptionType;
        user?: User;
        value?: string | number | boolean;
    }
    Index

    Properties

    attachment?: Attachment
    channel?: AllChannels
    focused?: boolean
    name: string
    options?: OptionResolved[]
    role?: GuildRole
    type: ApplicationCommandOptionType
    user?: User
    value?: string | number | boolean