UNPKG

flow-interfaces-google-apps-script

Version:
10 lines (8 loc) 231 B
// @flow // @see https://developers.google.com/apps-script/reference/html/html-template interface gas$HtmlTemplate { evaluate(): gas$HtmlOutput; getCode(): string; getCodeWithComments(): string; getRawContent(): string; }