UNPKG

@silverbirder/rminc

Version:

rMinc is the Google Apps Script Library that register Mail in Calendar

8 lines (7 loc) 257 B
import IMailThread from "../mailThread/iMailThread"; import ILabel from "../label/iLabel"; export default interface IMailApp { search(q: string): Array<IMailThread>; getUserLabelByName(name: string): ILabel; createLabel(name: string): ILabel; }