Docs incorrect or hard to follow?

Tweet me

so I can make things better! 😊

Soundcloud Wrapper

Comment

Comment type.

Example

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

Params

PropTypeDefault
kind
string
-
id
number
-
body
string
-
created_at
string
-
timestamp
number
-
track_id
number
-
user_id
number
-
user
User
-
uri
string
-

On this page