mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
fix weird bug with ts import
This commit is contained in:
@@ -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};
|
||||
|
Reference in New Issue
Block a user