From a2a50a8451efee76b4b06f7499024bd876e63af7 Mon Sep 17 00:00:00 2001 From: Eirini Koutsaniti Date: Thu, 16 Nov 2023 15:45:10 +0100 Subject: [PATCH] Add description in params type (#78) --- firecrest/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/firecrest/types.py b/firecrest/types.py index 9e4e280..e066927 100644 --- a/firecrest/types.py +++ b/firecrest/types.py @@ -19,6 +19,7 @@ class Parameter(TypedDict): name: str unit: str value: Any + description: str class Parameters(TypedDict):