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

ReDNATCO plugin stage 24

parent 4dba38a4
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ export namespace ReDNATCOMspApi {
}
export type Filter = { type: 'filter', filter: Filters.All };
export function Filter(filter: Filters.All) {
export function Filter(filter: Filters.All): Filter {
return { type: 'filter', filter };
}
......
/* eslint-disable array-bracket-spacing, no-multi-spaces, indent */
export type ID =
'data' | /* Source structural data */
'trajectory' | /* Source data parsed into trajectory */
......
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