Skip to main content

IProgram

Properties

author?

optional readonly author: User

Source

src/Program.ts:30


category?

optional readonly category: string

Source

src/Program.ts:46


code?

optional readonly code: string

Source

src/Program.ts:38


created?

optional readonly created: Date

Source

src/Program.ts:31


deleted?

optional readonly deleted: boolean

Source

src/Program.ts:45


description?

optional readonly description: null | string

Source

src/Program.ts:44


height?

optional readonly height: number

Source

src/Program.ts:34


helpRequests?

optional readonly helpRequests: Question[]

Source

src/Program.ts:53


hidden?

optional readonly hidden: boolean

Source

src/Program.ts:37


id?

optional readonly id: number

Source

src/Program.ts:28


key?

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

Source

src/Program.ts:42


origin?

optional readonly origin: null | Program

Source

src/Program.ts:41


questions?

optional readonly questions: Question[]

Source

src/Program.ts:52


selfFlagged?

optional readonly selfFlagged: boolean

Source

src/Program.ts:48


selfVoted?

optional readonly selfVoted: boolean

Source

src/Program.ts:49


spinOffCount?

optional readonly spinOffCount: number

Source

src/Program.ts:36


thumbnailID?

optional readonly thumbnailID: number

Source

src/Program.ts:43


tipsAndThanks?

optional readonly tipsAndThanks: TipsAndThanks[]

Source

src/Program.ts:51


title?

optional readonly title: string

Source

src/Program.ts:29


type?

optional readonly type: ProgramType

Source

src/Program.ts:39


updated?

optional readonly updated: null | Date

Source

src/Program.ts:32


votes?

optional readonly votes: number

Source

src/Program.ts:35


width?

optional readonly width: number

Source

src/Program.ts:33