Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdielhamdi-cognite committed Mar 1, 2023
1 parent e546700 commit 7bd91fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/alpha/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface MonitoringTaskCreate {
export interface MonitoringTask {
id: CogniteInternalId;
externalId?: CogniteExternalId;
name: String;
name: string;
channelId: CogniteInternalId;
interval: number;
overlap: number;
Expand Down

0 comments on commit 7bd91fb

Please sign in to comment.