We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72f73d commit 00eb903Copy full SHA for 00eb903
Source/Interface/Integration.ts
@@ -7,5 +7,5 @@ import type Option from "../Interface/Option.js";
7
*
8
*/
9
export default interface Interface {
10
- (Option: Option): AstroIntegration;
+ (Option?: Option): AstroIntegration;
11
}
0 commit comments