/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Request serializer for CourseLicenseAccessRequestUserView POST endpoint */ export type CourseAccessRequestCreate = { /** * The unique identifier for the platform */ platform_key?: string; /** * The organization identifier for the platform */ platform_org?: string; /** * The unique identifier for the course */ course_id: string; };