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

5 lines
69 B
JavaScript

exports.UserStatus = {
ACTIVE: "active",
INACTIVE: "inactive",
}