UNPKG

flow-interfaces-google-apps-script

Version:
12 lines (9 loc) 336 B
// @flow // @see https://developers.google.com/apps-script/reference/charts/picker-values-layout opaque type gas$PickerValuesLayout = any; interface gas$Enum$PickerValuesLayout { +ASIDE: gas$PickerValuesLayout; +BELOW: gas$PickerValuesLayout; +BELOW_WRAPPING: gas$PickerValuesLayout; +BELOW_STACKED: gas$PickerValuesLayout; }