Skip to content
Snippets Groups Projects
Commit 4f74d73f authored by Michal Malý's avatar Michal Malý
Browse files

ReDNATCO plugin stage 28

parent 93f95e83
No related branches found
No related tags found
No related merge requests found
......@@ -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 };
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment