Skip to content

Commit

Permalink
refactor: 🔥 remove uneeded type
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 17, 2024
1 parent e9e4e35 commit b0719df
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,12 +659,6 @@ export type OperationsDetails = {
owner?: string;
country?: string;
};
/**
* Represents a differentiable function.
* @param x The input value. @returns The output value.
*/

export type DifferentiableFunction = (x: number) => number;

export type Lookangle = {
type: PassType;
Expand Down

0 comments on commit b0719df

Please sign in to comment.