UNPKG

flow-interfaces-google-apps-script

Version:
11 lines (9 loc) 274 B
// @flow // @see https://developers.google.com/apps-script/reference/script/trigger interface gas$Trigger { getEventType(): gas$EventType; getHandlerFunction(): string; getTriggerSource(): gas$TriggerSource; getTriggerSourceId(): string; getUniqueId(): string; }