import type { IS_SCRIPT_THUNK } from 'etc/constants' /** * Return type of `script`. */ export interface ScriptThunk { (): Promise [IS_SCRIPT_THUNK]: true }