/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * * `section` - section * * `subsection` - subsection * * `unit` - unit * * `html` - html * * `problem` - problem * * `video` - video */ export enum XblockTypeEnum { SECTION = 'section', SUBSECTION = 'subsection', UNIT = 'unit', HTML = 'html', PROBLEM = 'problem', VIDEO = 'video', }