UNPKG

flow-interfaces-google-apps-script

Version:
9 lines (7 loc) 189 B
// @flow // @see https://developers.google.com/apps-script/reference/jdbc/jdbc-sqlxml interface gas$JdbcSQLXML { free(): void; getString(): string; setString(value: string): void; }