mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 21:06:14 +08:00
scope optional
This commit is contained in:
2
types/passport-discord/index.d.ts
vendored
2
types/passport-discord/index.d.ts
vendored
@@ -29,7 +29,7 @@ export namespace Strategy {
|
||||
clientID: string;
|
||||
clientSecret: string;
|
||||
callbackURL: string;
|
||||
scope: string[];
|
||||
scope?: string[];
|
||||
}
|
||||
|
||||
interface Profile extends passport.Profile {
|
||||
|
||||
Reference in New Issue
Block a user