From b0719df9ef712534312d251823f731a2a362cc33 Mon Sep 17 00:00:00 2001 From: Theodore Kruczek Date: Tue, 16 Jan 2024 20:51:02 -0500 Subject: [PATCH] refactor: :fire: remove uneeded type --- src/types/types.ts | 6 ------ 1 file changed, 6 deletions(-) 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;