UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

14 lines (12 loc) 611 B
import { MetaFullOAuthConfig } from "../../meta/oauth/config.js"; import { MetaOptions } from "../../meta/options.js"; import { DatasourceFetcher } from "../../../fetcher.js"; import { ThreadsMediaSchema } from "./schema.js"; //#region src/shared/datasources/external/threads/media/fetcher.d.ts /** * todo: add a way to retrieve media/posts from Threads for a given user other than "me" */ declare const fetchThreadsMediaDatasource: DatasourceFetcher<ThreadsMediaSchema, MetaFullOAuthConfig, MetaOptions>; //#endregion export { fetchThreadsMediaDatasource as default }; //# sourceMappingURL=fetcher.d.ts.map