UNPKG

flow-interfaces-google-apps-script

Version:
10 lines (7 loc) 222 B
// @flow // @see https://developers.google.com/apps-script/reference/charts/orientation opaque type gas$Orientation = any; interface gas$Enum$Orientation { +HORIZONTAL: gas$Orientation; +VERTICAL: gas$Orientation; }