mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 16:36:34 -05:00
chore: fix linting
This commit is contained in:
@@ -81,10 +81,12 @@ export interface BetterAuthClientPlugin {
|
||||
* State atoms that'll be resolved by each framework
|
||||
* auth store.
|
||||
*/
|
||||
getAtoms?: ((
|
||||
$fetch: BetterFetch,
|
||||
options?: BetterAuthClientOptions | undefined,
|
||||
) => Record<string, Atom<any>>) | undefined;
|
||||
getAtoms?:
|
||||
| ((
|
||||
$fetch: BetterFetch,
|
||||
options?: BetterAuthClientOptions | undefined,
|
||||
) => Record<string, Atom<any>>)
|
||||
| undefined;
|
||||
/**
|
||||
* specify path methods for server plugin inferred
|
||||
* endpoints to force a specific method.
|
||||
@@ -102,5 +104,5 @@ export interface BetterAuthClientPlugin {
|
||||
atomListeners?:
|
||||
| ClientAtomListener[]
|
||||
| (() => ClientAtomListener[] | undefined)
|
||||
| undefined;
|
||||
| undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user