UNPKG

flow-interfaces-google-apps-script

Version:
10 lines (8 loc) 224 B
// @flow // @see https://developers.google.com/apps-script/guides/html/reference/host interface gas$Host { close(): void; editor: { focus(): void }; setHeight(height: number): void; setWidth(width: number): void; }