UNPKG

@daiso-tech/core

Version:

The library offers flexible, framework-agnostic solutions for modern web applications, built on adaptable components that integrate seamlessly with popular frameworks like Next Js.

14 lines 306 B
/** * @module Lock */ /** * * IMPORT_PATH: `"@daiso-tech/core/lock/contracts"` * @group Contracts */ export const LOCK_REFRESH_RESULT = { REFRESHED: "refreshed", UNOWNED_REFRESH: "unonwned_refresh", UNEXPIRABLE_KEY: "unexpireable_key", }; //# sourceMappingURL=lock-adapter.contract.js.map