interface Settled Usage in Deno```typescript import { type Settled } from "node:node__v8.d.ts"; ``` 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