UNPKG

@webuildbots/webuildbots-sdk

Version:
8 lines (7 loc) 284 B
import ItemBuilder from './item-builder'; import { DeepPartial } from '../helpers/helpers-types'; import BlockItem from '../interfaces/block-item'; export default class DefinedIB extends ItemBuilder { item: DeepPartial<BlockItem>; constructor(item: DeepPartial<BlockItem>); }