mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
bb074edb0d
chore: Improved types around passport
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
declare module "@outlinewiki/passport-azure-ad-oauth2" {
|
|
export { default as Strategy } from "passport-oauth2";
|
|
}
|