diff --git a/src/apps/rednatco/api.ts b/src/apps/rednatco/api.ts index 073937f047dab5169e034a1045ddad216d98f5e3..dcf9854ac7630a1591c66926816d903c27f1f05a 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 }; } }