export type IScriptStatus = 'error' | 'idle' | 'loading' | 'ready';
