UNPKG

flow-interfaces-google-apps-script

Version:
11 lines (8 loc) 235 B
// @flow // @see https://developers.google.com/apps-script/reference/script/auth-mode opaque type gas$AuthMode = any; interface gas$Enum$AuthMode { +NONE: gas$AuthMode; +CUSTOM_FUNCTION: gas$AuthMode; +LIMITED: gas$AuthMode; }