UNPKG

flow-interfaces-google-apps-script

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