UNPKG

flow-interfaces-google-apps-script

Version:
8 lines (6 loc) 177 B
// @flow // @see https://developers.google.com/apps-script/reference/html/html-output-meta-tag interface gas$HtmlOutputMetaTag { getContent(): string; getName(): string; }