UNPKG

@webuildbots/webuildbots-sdk

Version:
8 lines (7 loc) 273 B
import FunctionBB from './function-bb'; export default class EmailFormTableBB<T = any> extends FunctionBB<T> { constructor(fncName?: keyof T, args?: any); toEmail(toEmail: string): this; fromEmail(fromEmail: string): this; subject(subject: string): this; }