Docs incorrect or hard to follow?

Tweet me

so I can make things better! 😊

Soundcloud Wrapper

WebProfile

WebProfile type.

Example

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

Params

PropTypeDefault
created_at
string
-
id
number
-
kind
"web-profile"
-
service
string
-
title
string
-
url
string
-
username
string
-

On this page