oopscord.js
    Preparing search index...

    Type Alias CheckboxValueOverride

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

    Properties

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