From e4f3cfeb437afd2257f6e64492b6964ee86c0f43 Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Wed, 27 Dec 2023 16:20:15 +0100 Subject: [PATCH] Add missing export --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 06713c3..f858fc2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,7 +6,7 @@ import {W} from './w'; export {defaultContext}; -interface InferenceResult { +export interface InferenceResult { resultType: string; intermediateVariables: Substitution['raw']; }