UNPKG

@agixbt/elizascraper

Version:

Awesome Scraper for eliza, scrape docs, tweets, and tokens

44 lines (43 loc) 848 B
/** * handle all routes related to token here */ import { Elysia } from 'elysia'; export declare const tokenRoutes: Elysia<"/tokens", { decorator: {}; store: {}; derive: {}; resolve: {}; }, { typebox: import("@sinclair/typebox").TModule<{}>; error: {}; }, { schema: {}; macro: {}; macroFn: {}; parser: {}; }, { tokens: { index: { get: { body: unknown; params: {}; query: unknown; headers: unknown; response: { 200: { status: string; results: any; }; }; }; }; }; }, { derive: {}; resolve: {}; schema: {}; }, { derive: {}; resolve: {}; schema: {}; }>;