@upstart.gg/sdk
Version:
You can test the CLI without recompiling by running:
9 lines (8 loc) • 439 B
TypeScript
import { DatasourceFetcher } from "../../../fetcher.js";
import { MastodonAccountSchema } from "./schema.js";
import { MastodonCommonOptions } from "../options.js";
//#region src/shared/datasources/external/mastodon/account/fetcher.d.ts
declare const fetchMastodonAccount: DatasourceFetcher<MastodonAccountSchema, null, MastodonCommonOptions>;
//#endregion
export { fetchMastodonAccount as default };
//# sourceMappingURL=fetcher.d.ts.map