Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 6, 2025
1 parent 68b3ee7 commit 54e1e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Interface/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import type Option from "../Interface/Option.js";
*
*/
export default interface Interface {
(Option: Option): AstroIntegration;
(Option?: Option): AstroIntegration;
}

0 comments on commit 54e1e28

Please sign in to comment.