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

    Interface CheckboxGroupOptionForRequest

    interface CheckboxGroupOptionForRequest {
        default?: boolean | null;
        description?: string | null;
        label: string;
        value: string;
    }
    Index

    Properties

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