UNPKG

@silverbirder/rminc

Version:

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

9 lines (8 loc) 290 B
import IMailThread from "./iMailThread"; import IMailApp from "./iMailApp"; import ILabel from "./iLabel"; export default class MailAppMock implements IMailApp { search(q: string): Array<IMailThread>; getUserLabelByName(name: string): ILabel; createLabel(name: string): void; }