@typed-discord/rest
    Preparing search index...

    Interface StringSelectOptionResponse

    interface StringSelectOptionResponse {
        default?: boolean;
        description?: string;
        emoji?: ComponentEmojiResponse;
        label: string;
        value: string;
    }
    Index

    Properties

    default?: boolean
    description?: string
    label: string
    value: string