Skip to main content

IProgram

Defined in: src/Program.ts:27

Properties

author?

readonly optional author: User

Defined in: src/Program.ts:30


category?

readonly optional category: string

Defined in: src/Program.ts:46


code?

readonly optional code: string

Defined in: src/Program.ts:38


created?

readonly optional created: Date

Defined in: src/Program.ts:31


deleted?

readonly optional deleted: boolean

Defined in: src/Program.ts:45


description?

readonly optional description: null | string

Defined in: src/Program.ts:44


height?

readonly optional height: number

Defined in: src/Program.ts:34


helpRequests?

readonly optional helpRequests: Question[]

Defined in: src/Program.ts:53


hidden?

readonly optional hidden: boolean

Defined in: src/Program.ts:37


id?

readonly optional id: number

Defined in: src/Program.ts:28


key?

readonly optional key: `ag5zfmtoYW4tYWNhZGVteXI${string}CxIKU2NyYXRjaHBhZB${string}${string}`

Defined in: src/Program.ts:42


origin?

readonly optional origin: null | Program

Defined in: src/Program.ts:41


questions?

readonly optional questions: Question[]

Defined in: src/Program.ts:52


selfFlagged?

readonly optional selfFlagged: boolean

Defined in: src/Program.ts:48


selfVoted?

readonly optional selfVoted: boolean

Defined in: src/Program.ts:49


spinOffCount?

readonly optional spinOffCount: number

Defined in: src/Program.ts:36


thumbnailID?

readonly optional thumbnailID: number

Defined in: src/Program.ts:43


tipsAndThanks?

readonly optional tipsAndThanks: TipsAndThanks[]

Defined in: src/Program.ts:51


title?

readonly optional title: string

Defined in: src/Program.ts:29


type?

readonly optional type: ProgramType

Defined in: src/Program.ts:39


updated?

readonly optional updated: null | Date

Defined in: src/Program.ts:32


votes?

readonly optional votes: number

Defined in: src/Program.ts:35


width?

readonly optional width: number

Defined in: src/Program.ts:33