UNPKG

flow-interfaces-google-apps-script

Version:
11 lines (8 loc) 221 B
// @flow // @see https://developers.google.com/apps-script/reference/script/service interface gas$Service { +Restriction: gas$Enum$Service$Restriction; disable(): void; getUrl(): string; isEnabled(): boolean; }