Skip to content

Commit

Permalink
feat: responseParser types
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyG74 committed Mar 23, 2024
1 parent 031051a commit 92d2e7a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/types/tiktokApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,10 @@ export type Music = {
coverThumb: string[]
duration: number
}

export type responseParser = {
content?: any
statistics?: Statistics
author?: Author
music?: Music
}

0 comments on commit 92d2e7a

Please sign in to comment.