UNPKG

flow-interfaces-google-apps-script

Version:
11 lines (8 loc) 314 B
// @flow // @see https://developers.google.com/apps-script/reference/properties/properties-service interface gas$PropertiesService { getDocumentProperties(): gas$Properties; getScriptProperties(): gas$Properties; getUserProperties(): gas$Properties; } declare var PropertiesService: gas$PropertiesService;