@jeanmemory/node
Version:
Node.js SDK for Jean Memory - Power your Next.js and other Node.js backends with a perfect memory
17 lines • 522 B
JavaScript
;
/**
* Jean Memory Node.js SDK Type Definitions
* TypeScript interfaces and types for the Jean Memory API
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.MemoryStatus = void 0;
/**
* Memory processing status
*/
var MemoryStatus;
(function (MemoryStatus) {
MemoryStatus["PENDING"] = "pending";
MemoryStatus["PROCESSED"] = "processed";
MemoryStatus["FAILED"] = "failed";
})(MemoryStatus || (exports.MemoryStatus = MemoryStatus = {}));
//# sourceMappingURL=types.js.map