8 lines
105 B
TypeScript
8 lines
105 B
TypeScript
import * as bp from '.botpress'
|
|
|
|
const plugin = new bp.Plugin({
|
|
actions: {},
|
|
})
|
|
|
|
export default plugin
|