@juki-team/commons - v0.1.10
    Preparing search index...

    Interface UpsertCourseDTO

    interface UpsertCourseDTO {
        abstract: string;
        coverImageUrl: string;
        description: string;
        lessons: { worksheetKey: string }[];
        members: EntityMembersDTO;
        title: string;
    }

    Hierarchy

    Index

    Properties

    abstract: string
    coverImageUrl: string
    description: string
    lessons: { worksheetKey: string }[]
    title: string