flow-interfaces-google-apps-script
Version:
Flow interface declarations for the Google Apps Script API
12 lines (9 loc) • 336 B
JavaScript
// @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;
}