Skip to content

Commit 00eb903

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent f72f73d commit 00eb903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Interface/Integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import type Option from "../Interface/Option.js";
77
*
88
*/
99
export default interface Interface {
10-
(Option: Option): AstroIntegration;
10+
(Option?: Option): AstroIntegration;
1111
}

0 commit comments

Comments
 (0)