Skip to content

Commit

Permalink
Update type.ts (#2374)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuniu-ms committed Jul 9, 2024
1 parent db27ec3 commit bc90e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/applicationinsights-web-snippet/src/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface SdkLoaderConfig {
ld?: number;
useXhr?: boolean;
crossOrigin?: string;
cfg?: IConfiguration;
cfg?: any;
cr?: boolean;
dle?: boolean;
sri?: boolean;
Expand Down

0 comments on commit bc90e11

Please sign in to comment.