diff --git a/src/types/types.ts b/src/types/types.ts index 9e05398..ff9a109 100644 --- a/src/types/types.ts +++ b/src/types/types.ts @@ -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;