From 4f74d73f879266c0686f9f122e465f4c67f20fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Mal=C3=BD?= <michal.maly@ibt.cas.cz> Date: Fri, 4 Nov 2022 14:12:28 +0100 Subject: [PATCH] ReDNATCO plugin stage 28 --- src/apps/rednatco/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/rednatco/api.ts b/src/apps/rednatco/api.ts index 073937f04..dcf9854ac 100644 --- a/src/apps/rednatco/api.ts +++ b/src/apps/rednatco/api.ts @@ -9,7 +9,7 @@ export namespace ReDNATCOMspApi { color: number, }; } - function StepSelection(name: string, reference?: StepSelection['reference']): StepSelection { + export function StepSelection(name: string, reference?: StepSelection['reference']): StepSelection { return { name, reference }; } } -- GitLab