Skip to content

Commit

Permalink
Remove unused InstanceProperties type
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Nov 14, 2024
1 parent e26b1ab commit 0a80cb1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,6 @@ export interface IPath2D {
): void;
}

export type InstanceProperties<T> = {
[K in keyof T]: T[K];
};

export interface Point {
x: number;
y: number;
Expand Down

0 comments on commit 0a80cb1

Please sign in to comment.