fix: remove any type

This commit is contained in:
Pranshu Chittora 2022-03-16 16:14:27 +05:30
parent 7f3d9e2e35
commit 00c7eccb0c
No known key found for this signature in database
GPG Key ID: 3A9E57A016CC0626

View File

@ -93,7 +93,7 @@ interface TimelineProps {
traceMetaData: object;
globalTraceMetadata: object;
intervalUnit: IIntervalUnit;
setIntervalUnit: any;
setIntervalUnit: () => void;
}
export default Timeline;