From 0cf1e91d4a096c71f04d3e8ad62d38f022c7804a Mon Sep 17 00:00:00 2001 From: Lynn Date: Sat, 2 Sep 2023 19:46:51 +0200 Subject: [PATCH] Add Focus and FocusP to Label type --- src/tree.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tree.ts b/src/tree.ts index 8f4e6a9..6e0a214 100644 --- a/src/tree.ts +++ b/src/tree.ts @@ -35,6 +35,8 @@ export type Label = | 'DP' | 'EvA' | 'EvAP' + | 'Focus' + | 'FocusP' | 'ge' | 'geP' | 'Interjection'