UNPKG

@better-auth-ui/core

Version:

Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.

12 lines (11 loc) 450 B
/** * Mutation keys contributed by the multi-session plugin. */ export declare const multiSessionMutationKeys: { /** Root key for every multi-session mutation. */ readonly all: readonly ["auth", "multiSession"]; /** Key for `multiSession.revoke`. */ readonly revoke: readonly ["auth", "multiSession", "revoke"]; /** Key for `multiSession.setActive`. */ readonly setActive: readonly ["auth", "multiSession", "setActive"]; };