Skip to main content

Interface: SCPrizeType

Interface SCPrizeType. Prize Schema.

Properties

active

Optional active: boolean

The active status of the prize.

Defined in

prize.ts:16


created_at

Optional created_at: Date

Date of prize creation.

Defined in

prize.ts:35


created_by

Optional created_by: SCUserType

The prize creator.

Defined in

prize.ts:43


description

Optional description: string

The prize description.

Defined in

prize.ts:26


id

id: number

The ID of the prize.

Defined in

prize.ts:11


image

Optional image: string

The prize image.

Defined in

prize.ts:48


lastmod_datetime

Optional lastmod_datetime: Date

Date of last modify.

Defined in

prize.ts:39


Optional link: string

Link to a web resource for the prize.

Defined in

prize.ts:52


points

Optional points: number

Points to request the prize.

Defined in

prize.ts:30


title

Optional title: string

The title of the prize.

Defined in

prize.ts:21