Skip to main content

courses.UpdateSectionBody

Defined in: backend/src/modules/courses/classes/validators/SectionValidators.ts:65

Implements

  • Partial<ISection>

Constructors

Constructor

new UpdateSectionBody(): UpdateSectionBody

Returns

UpdateSectionBody

Properties

description

description: string

Defined in: backend/src/modules/courses/classes/validators/SectionValidators.ts:89

Implementation of

Partial.description


name

name: string

Defined in: backend/src/modules/courses/classes/validators/SectionValidators.ts:76

Implementation of

Partial.name


nameOrDescription

nameOrDescription: string

Defined in: backend/src/modules/courses/classes/validators/SectionValidators.ts:103