import type { IS_FUNCTION_THUNK } from 'etc/constants' /** * Return type of `fn`. */ export interface FnThunk { (): Promise [IS_FUNCTION_THUNK]: true }