UNPKG

@silverbirder/rminc

Version:

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

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