UNPKG

flow-interfaces-google-apps-script

Version:
11 lines (8 loc) 267 B
// @flow // @see https://developers.google.com/apps-script/reference/forms/alignment opaque type gas$Form$Enum$Alignment = any interface gas$Form$Alignment { +LEFT: gas$Form$Enum$Alignment; +CENTER: gas$Form$Enum$Alignment; +RIGHT: gas$Form$Enum$Alignment; }