alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
13 lines (11 loc) • 437 B
JavaScript
import "../chunks/chunk-U5RRZUYZ.js";
// src/cloud/AuthResult.ts
var AuthResultType = /* @__PURE__ */ ((AuthResultType2) => {
AuthResultType2[AuthResultType2["Authenticated"] = 0] = "Authenticated";
AuthResultType2[AuthResultType2["UnAuthenticated"] = 1] = "UnAuthenticated";
AuthResultType2[AuthResultType2["MissingApiKey"] = 2] = "MissingApiKey";
return AuthResultType2;
})(AuthResultType || {});
export {
AuthResultType
};