UNPKG

flow-interfaces-google-apps-script

Version:
9 lines (7 loc) 207 B
// @flow // @see https://developers.google.com/apps-script/reference/charts/dashboard-panel interface gas$DashboardPanel { getId(): string; getType(): string; setId(id: string): gas$DashboardPanel; }