UNPKG

@webuildbots/webuildbots-sdk

Version:
7 lines (6 loc) 251 B
import FunctionBB from './function-bb'; export default class UnsetFormBB<T = any> extends FunctionBB<T> { constructor(fncName?: keyof T, args?: any); addUnsetFormIds(formId: string): this; setUnsetAllForms(unsetAllForms: boolean): this; }