UNPKG

flow-interfaces-google-apps-script

Version:
12 lines (10 loc) 383 B
// @flow // @see https://developers.google.com/apps-script/reference/contacts/custom-field interface gas$Contacts$CustomField { deleteCustomField(): void; getLabel(): Object; getValue(): Object; setLabel(field: gas$Contacts$ExtendedField): gas$Contacts$CustomField; setLabel(label: string): gas$Contacts$CustomField; setValue(value: Object): gas$Contacts$CustomField; }