chore: fix typo

This commit is contained in:
TobyG74 2023-09-21 15:10:46 +07:00
parent 10b76cf34f
commit 6d64810aed
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ TiktokStalk(username).then((result) => {
result?: {
type: "video" | "image"
id: string
create_time: number
createTime: number
description: string
author: {
username: string

View File

@ -1,6 +1,6 @@
{
"name": "@tobyg74/tiktok-api-dl",
"version": "1.0.5",
"version": "1.0.5-a",
"description": "Scrapper for download Video, Image, Music from Tiktok",
"main": "lib/index.js",
"types": "lib/index.d.ts",