Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
toasted-nutbread committed Dec 27, 2023
1 parent dbac560 commit ce4a066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/ext/extension.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ export type ContentOrigin = {
frameId?: number;
};

// TODO : Remove
// TODO : Refactor
export type ChromeRuntimeMessage = {
action: string;
params?: Core.SerializableObject;
};

// TODO : Remove
// TODO : Refactor
export type ChromeRuntimeMessageWithFrameId = ChromeRuntimeMessage & {
frameId?: number;
};
Expand Down

0 comments on commit ce4a066

Please sign in to comment.