UNPKG

flow-interfaces-google-apps-script

Version:
8 lines (6 loc) 188 B
// @flow // @see https://developers.google.com/apps-script/reference/base/blob-source interface gas$BlobSource { getAs(contentType: gas$ContentType): gas$Blob; getBlob(): Blob; }