UNPKG

flow-interfaces-google-apps-script

Version:
13 lines (10 loc) 245 B
// @flow // @see https://developers.google.com/apps-script/reference/charts/match-type interface gas$MatchType { getName(): string; } interface gas$Enum$MatchType { +EXACT: gas$MatchType; +PREFIX: gas$MatchType; +ANY: gas$MatchType; }