Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/harmony/src/structures/resolvable.ts>IResolvable

An easy to use Discord API Library for Deno.
Go to Latest
interface IResolvable
import { type IResolvable } from "https://deno.land/x/harmony@v2.9.0/src/structures/resolvable.ts";

Properties

id: string
get: () => Promise<T | undefined>
fetch: () => Promise<T>
resolve: () => Promise<T | undefined>