UNPKG

flow-interfaces-google-apps-script

Version:
8 lines (6 loc) 163 B
// @flow // @see https://developers.google.com/apps-script/reference/xml-service/namespace interface gas$Namespace { getPrefix(): string; getURI(): string; }