Skip to main content

Interface: SCIncubatorType

Interface SCIncubatorType. Incubator Schema.

Properties

added_at

added_at: Date

Added at

Defined in

incubator.ts:57


approved_category

Optional approved_category: SCCategoryType

Approved incubator

Defined in

incubator.ts:52


id

id: number

The ID of the incubator.

Defined in

incubator.ts:12


name

name: string

The name of the incubator.

Defined in

incubator.ts:17


slogan

Optional slogan: string

The slogan of the incubator.

Defined in

incubator.ts:27


slug

Optional slug: string

The slug of the incubator.

Defined in

incubator.ts:22


status

status: number

Incubator status

Defined in

incubator.ts:32


subscribed

subscribed: boolean

If the logged user has subscribed to the incubator

Defined in

incubator.ts:61


subscribers_count

subscribers_count: number

Subscribers count

Defined in

incubator.ts:37


subscribers_threshold

subscribers_threshold: number

Subscribers threshold

Defined in

incubator.ts:42


user

user: SCUserType

User who proposed the incubator

Defined in

incubator.ts:47