UNPKG

flow-interfaces-google-apps-script

Version:
7 lines (5 loc) 162 B
// @flow // @see https://developers.google.com/apps-script/reference/charts/data-table-source interface gas$DataTableSource { getDataTable(): gas$DataTable; }