Docs incorrect or hard to follow?

Tweet me

so I can make things better! 😊

Soundcloud Wrapper

CommentData

CommentData type.

Example

your-api-route.ts
import { CommentData } from "soundcloud-wrapper/types"
 
const commentData: CommentData = {
  // CommentData data
}

Params

PropTypeDefault
comment
object
-
comment.body
string
-
comment.timestamp
number
-

On this page