Skip to content

Commit

Permalink
removed dependabot alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Litzenburger committed Aug 18, 2021
1 parent cb0f774 commit 33d0b40
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
22 changes: 13 additions & 9 deletions @types/Module/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@ declare module Module {
export function register(
moduleName: string,
moduleProperties: {
defaults: any;
getStyles: Function;
getTranslations: Function;
getTemplate: Function;
getTemplateData: Function;
start: Function;
scheduleUpdate: Function;
loadData: Function;
socketNotificationReceived: Function;
data?: any;
defaults?: any;
getDom?: Function;
getHeader?: Function;
getScripts?: Function;
getStyles?: Function;
getTemplate?: Function;
getTemplateData?: Function;
getTranslations?: Function;
loadData?: Function;
notificationReceived?: Function;
scheduleUpdate?: Function;
socketNotificationReceived?: Function;
start?: Function;
}
): void;
}
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33d0b40

Please sign in to comment.