fix weird bug with ts import

This commit is contained in:
2022-06-27 14:51:48 +02:00
parent 3ea630748a
commit a9bc98738e
11 changed files with 34 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
import {Scope} from 'ChillMainAssets/types';
import {Scope} from '../../types';
export type body = {[key: string]: boolean|string|number|null};
export type fetchOption = {[key: string]: boolean|string|number|null};