UNPKG

flow-interfaces-google-apps-script

Version:
9 lines (7 loc) 188 B
// @flow // @see https://developers.google.com/apps-script/reference/charts/text-style interface gas$TextStyle { getColor(): string; getFontName(): string; getFontSize(): string; }