Interface ApplicationCommandOptionsMinMaxLength

interface ApplicationCommandOptionsMinMaxLength {
    maxLength?: number;
    minLength?: number;
}

Properties

maxLength?: number
minLength?: number