Skip to content

Commit

Permalink
fix: remove timestamp and duration from PluginParams type
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Feb 27, 2024
1 parent cd4890b commit 3f243a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ export type KeyValuePair = {
};

export type PluginParams = {
timestamp?: string;
duration: number;
[key: string]: any;
};

Expand Down

0 comments on commit 3f243a4

Please sign in to comment.