oopscord.js
    Preparing search index...

    Type Alias ModalCheckbox

    type ModalCheckbox = {
        customId: string;
        default?: boolean;
        type: "checkbox";
    }
    Index

    Properties

    customId: string
    default?: boolean
    type: "checkbox"