budibase/packages/server/src/constants/index.js

8 lines
113 B
JavaScript

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