We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b3ee7 commit 54e1e28Copy full SHA for 54e1e28
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