UNPKG

flow-interfaces-google-apps-script

Version:
10 lines (7 loc) 250 B
// @flow // @see https://developers.google.com/apps-script/reference/html/x-frame-options-mode opaque type gas$XFrameOptionsMode = any; interface gas$Enum$XFrameOptionsMode { +ALLOWALL: gas$XFrameOptionsMode; +DEFAULT: gas$XFrameOptionsMode; }