UNPKG

flow-interfaces-google-apps-script

Version:
9 lines (7 loc) 201 B
// @flow // @see https://developers.google.com/apps-script/reference/document/bookmark interface gas$Document$Bookmark { getId(): string; getPosition(): gas$Document$Position; remove(): void; }