fix: export Auth type for Lucia

This commit is contained in:
Roman Godmaire 2023-11-19 18:02:33 -05:00
parent 3576b37a11
commit 0e697aa1dd

View file

@ -17,3 +17,5 @@ export const auth = lucia({
}; };
} }
}); });
export type Auth = typeof auth;