UNPKG

@tobyg74/tiktok-api-dl

Version:

Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users

10 lines (9 loc) 289 B
import { BaseResponse, Content, Author, Statistics } from "../common"; export type SSSTikFetchTT = BaseResponse & { result?: string; }; export type SSSTikResponse = BaseResponse & { result?: Content; }; export type AuthorSSSTik = Author; export type StatisticsSSSTik = Statistics;