UserProfile

Typings for your instatus user profile.

Import the typings

import * as InstatusTypings from '@cordxapp/instatus/dist/typings/'

Typing Schema

PropTypeDefault
id
string
-
email
string
-
name
string
-
slug
string
-
avatar
string
-

Usage Examples

Typescript
import * as UserTypings from '@cordxapp/instatus/dist/typings/user'
 
async function getUserProfile(): Promise<UserTypings.UserProfile>

Last updated on