type DeferredCall<F extends Function = ArrowFunction> = FunctionCall<F> & { key?: Key, by?: number }
packages / live / src / types.ts