mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-08 07:17:22 -05:00
fix: missing export type for admin plugin (#683)
This commit is contained in:
@@ -25,7 +25,7 @@ export interface UserWithRole extends User {
|
||||
banExpires?: Date | null;
|
||||
}
|
||||
|
||||
interface SessionWithImpersonatedBy extends Session {
|
||||
export interface SessionWithImpersonatedBy extends Session {
|
||||
impersonatedBy?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user