interface Settled Usage in Denoimport { type Settled } from "node:v8"; Called when the promise receives a resolution or rejection value. This may occur synchronously in the case of Promise.resolve() or Promise.reject(). Call Signatures (promise: Promise<unknown>): void