Skip to content

Commit

Permalink
fix: mark initCommands as optional (closes #92)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Oct 17, 2024
1 parent e7282b5 commit b2e3be6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export interface ModuleOptions {
*
* @default []
*/
initCommands: GoogleTagOptions['initCommands']
initCommands?: GoogleTagOptions['initCommands']

/**
* Additional configuration for the Google tag ID, to be set during initialization of the tag ID with the `config' command.
Expand Down

0 comments on commit b2e3be6

Please sign in to comment.