mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-30 05:27:30 +00:00
Update google-apps-script.forms.d.ts
This commit is contained in:
parent
e94a58fba1
commit
3db4c59326
@ -151,6 +151,9 @@ declare namespace GoogleAppsScript {
|
||||
* checkBoxItem.setValidation(checkBoxValidation);
|
||||
*/
|
||||
export interface CheckboxValidation {
|
||||
requireSelectAtLeast(number: Integer): CheckboxValidation;
|
||||
requireSelectAtMost(number: Integer): CheckboxValidation;
|
||||
requireSelectExactly(number: Integer): CheckboxValidation;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user