UNPKG

block-obj-builder

Version:

Block object builder

7 lines (6 loc) 260 B
import ChoiceBuilder from './choice-builder'; export default class BlockCB extends ChoiceBuilder { constructor(blockId: string, session?: any, profile?: any, functionArgs?: any); args(args: any): this; onReply(blockId: string, args?: any): this; }