UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

8 lines (7 loc) 344 B
import * as _$_better_auth_core_utils_error_codes0 from "@better-auth/core/utils/error-codes"; //#region src/plugins/multi-session/error-codes.d.ts declare const MULTI_SESSION_ERROR_CODES: { INVALID_SESSION_TOKEN: _$_better_auth_core_utils_error_codes0.RawError<"INVALID_SESSION_TOKEN">; }; //#endregion export { MULTI_SESSION_ERROR_CODES };