UNPKG

flow-interfaces-google-apps-script

Version:
10 lines (7 loc) 212 B
// @flow // @see https://developers.google.com/apps-script/reference/charts/curve-style opaque type gas$CurveStyle = any; interface gas$Enum$CurveStyle { +NORMAL: gas$CurveStyle; +SMOOTH: gas$CurveStyle; }