mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Make message field optional (#43532)
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ interface IStrategyOptions {
|
||||
passReqToCallback?: boolean;
|
||||
}
|
||||
interface IVerifyOptions {
|
||||
message: string;
|
||||
message?: string;
|
||||
scope: string | Array<string>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user