mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-26 05:37:13 +00:00
7 lines
168 B
JavaScript
7 lines
168 B
JavaScript
import { BaserowPlugin } from '@baserow/modules/core/plugins'
|
|
|
|
export class EnterprisePlugin extends BaserowPlugin {
|
|
static getType() {
|
|
return 'enterprise'
|
|
}
|
|
}
|