UNPKG

seyfert

Version:

The most advanced framework for discord bots

7 lines (6 loc) 208 B
import type { UsingClient } from '../commands'; import type { Awaitable } from '../common'; export interface HttpServerAdapter { client: UsingClient; start?(path: `/${string}`): Awaitable<unknown>; }