UNPKG

flow-interfaces-google-apps-script

Version:
12 lines (10 loc) 285 B
// @flow // @see https://developers.google.com/apps-script/reference/charts/chart interface gas$Chart { getAs(contentType: gas$ContentType): gas$Blob; getBlob(): gas$Blob; getId(): string; getOptions(): gas$ChartOptions; getType(): string; setId(id: string): gas$Chart; }