UNPKG

flow-interfaces-google-apps-script

Version:
9 lines (6 loc) 229 B
// @flow // @see https://developers.google.com/apps-script/reference/forms/destination-type opaque type gas$Form$Enum$DestinationType = any; interface gas$Form$DestinationType { +SPREADSHEET: gas$Form$Enum$DestinationType; }