Skip to content

Commit

Permalink
specify type
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskikutis committed Dec 11, 2024
1 parent 7c8d673 commit 5b5a3d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {ICommonFieldConfig} from 'superdesk-api';
import {IPlanningCoverageItem} from '../../../../interfaces';

// PR-TODO: specify types
export type ICoveragesValueOperational = Array<any>;
export type ICoveragesValueOperational = Array<IPlanningCoverageItem>;
export type ICoveragesValueStorage = ICoveragesValueOperational;
export type ICoveragesFieldUserPreferences = never;
export type ICoveragesFieldConfig = ICommonFieldConfig;

0 comments on commit 5b5a3d4

Please sign in to comment.