@upstart.gg/sdk
Version:
You can test the CLI without recompiling by running:
10 lines (9 loc) • 517 B
TypeScript
import { DatasourceFetcher } from "../../../fetcher.js";
import { TiktokFullOAuthConfig } from "../oauth/config.js";
import { TiktokVideoOptions } from "./options.js";
import { TiktokVideoListSchema } from "./schema.js";
//#region src/shared/datasources/external/tiktok/video/fetcher.d.ts
declare const fetchTiktokVideoDatasource: DatasourceFetcher<TiktokVideoListSchema, TiktokFullOAuthConfig, TiktokVideoOptions>;
//#endregion
export { fetchTiktokVideoDatasource as default };
//# sourceMappingURL=fetcher.d.ts.map