Skip to content

Commit

Permalink
Merge pull request #124 from jvalue/feat-mobility-extension-uac-8
Browse files Browse the repository at this point in the history
Folderstructure for io-types (UAC-8 of #123)
  • Loading branch information
schlingling committed Feb 5, 2023
2 parents 0bf3d11 + 918b6b0 commit b307423
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
@@ -1,4 +1,4 @@
import { IOType, UNDEFINED_TYPE } from '../types/io-types';
import { IOType, UNDEFINED_TYPE } from '../types/io-types/io-types';

export enum AttributeType {
STRING = 'string',
Expand Down
1 change: 1 addition & 0 deletions libs/language-server/src/lib/types/io-types/index.ts
@@ -0,0 +1 @@
export * from './io-types';
@@ -1,4 +1,4 @@
import { AbstractDataType } from './data-types/AbstractDataType';
import { AbstractDataType } from '../data-types/AbstractDataType';

// eslint-disable-next-line @typescript-eslint/no-unused-vars
export class IOType<T = unknown> {}
Expand Down

0 comments on commit b307423

Please sign in to comment.