UNPKG

flow-interfaces-google-apps-script

Version:
13 lines (10 loc) 286 B
// @flow // @see https://developers.google.com/apps-script/reference/charts/point-style opaque type gas$PointStyle = any; interface gas$Enum$PointStyle { +NONE: gas$PointStyle; +TINY: gas$PointStyle; +MEDIUM: gas$PointStyle; +LARGE: gas$PointStyle; +HUGE: gas$PointStyle; }