Member Junction
    Preparing search index...

    Standard representation of a LearnWorlds bundle

    interface LearnWorldsBundle {
        courses: string[];
        createdAt: string;
        currency?: string;
        description?: string;
        id: string;
        isActive: boolean;
        price?: number;
        thumbnailUrl?: string;
        title: string;
        totalCourses: number;
        totalEnrollments: number;
        updatedAt: string;
    }
    Index

    Properties

    courses: string[]
    createdAt: string
    currency?: string
    description?: string
    id: string
    isActive: boolean
    price?: number
    thumbnailUrl?: string
    title: string
    totalCourses: number
    totalEnrollments: number
    updatedAt: string