UNPKG

flow-interfaces-google-apps-script

Version:
10 lines (8 loc) 201 B
// @flow // @see https://developers.google.com/apps-script/reference/drive/user interface gas$Drive$User { getDomain(): string; getEmail(): string; getName(): string; getPhotoUrl(): string; }