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

    Interface CheckboxComponentForModalRequest

    interface CheckboxComponentForModalRequest {
        custom_id: string;
        default?: boolean | null;
        id?: number | null;
        type: CHECKBOX;
    }
    Index

    Properties

    custom_id: string
    default?: boolean | null
    id?: number | null
    type: CHECKBOX