Skip to main content

Interface: SCAvatarType

SCAvatarType interface

Properties

avatar

avatar: null | string

The avatar url.

Defined in

avatar.ts:17


date_uploaded

date_uploaded: string | Date

Upload datetime.

Defined in

avatar.ts:21


id

id: number

Id value identifying this avatar.

Defined in

avatar.ts:9


primary

primary: boolean

Is the primary avatar for the user?

Defined in

avatar.ts:13


user

user: number

The id of the user for this avatar.

Defined in

avatar.ts:25