1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +13:00
budibase/packages/server/src/constants/index.js

8 lines
113 B
JavaScript
Raw Normal View History

const AuthTypes = {
APP: "app",
BUILDER: "builder",
EXTERNAL: "external",
}
exports.AuthTypes = AuthTypes