From f3c4cc825d5f2599591991cfda9e0c00c70a6ddb Mon Sep 17 00:00:00 2001 From: Nicholas Lim <18374483+niclim@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:33:46 -0400 Subject: [PATCH] fix --- projects/optic/web/src/app/OperationYml.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/projects/optic/web/src/app/OperationYml.tsx b/projects/optic/web/src/app/OperationYml.tsx index c71a09383e..47d1a068a1 100644 --- a/projects/optic/web/src/app/OperationYml.tsx +++ b/projects/optic/web/src/app/OperationYml.tsx @@ -15,12 +15,6 @@ import { import ExpandMoreIcon from '@mui/icons-material/ExpandMore'; import ExpandLessIcon from '@mui/icons-material/ExpandLess'; -type OperationYml = { - parameters?: any[]; - requestBody?: any; - responses: Record; -}; - export function OperationYml({ value, changelog,