UNPKG

flow-interfaces-google-apps-script

Version:
7 lines (5 loc) 154 B
// @flow // @see https://developers.google.com/apps-script/reference/charts/chart-options interface gas$ChartOptions { get(option: string): ?Object; }