Type Alias TimeoutAsyncCallback

TimeoutAsyncCallback: ((elapsedMs?: number, ...args: ReadonlyArray<unknown>) => Promise<void>)