vot.js - v2.4.12
    Preparing search index...
    type Course = {
        categoryIds: unknown[];
        courseStatus: string;
        description: string;
        enrollableSiteUserRoles: unknown[];
        estimatedWorkload: string;
        id: string;
        instructorIds: string[];
        isReal: boolean;
        isRestrictedMembership: boolean;
        isSubtitleTranslationEnabled: boolean;
        isVerificationEnabled: boolean;
        launchedAt: number;
        name: string;
        partnerIds: string[];
        previewUserIds: unknown[];
        primaryLanguageCodes: string[];
        promoPhoto: string;
        slug: string;
        subtitleLanguageCodes: string[];
        verificationEnabledAt: number;
    }
    Index

    Properties

    categoryIds: unknown[]
    courseStatus: string
    description: string
    enrollableSiteUserRoles: unknown[]
    estimatedWorkload: string
    id: string
    instructorIds: string[]
    isReal: boolean
    isRestrictedMembership: boolean
    isSubtitleTranslationEnabled: boolean
    isVerificationEnabled: boolean
    launchedAt: number
    name: string
    partnerIds: string[]
    previewUserIds: unknown[]
    primaryLanguageCodes: string[]
    promoPhoto: string
    slug: string
    subtitleLanguageCodes: string[]
    verificationEnabledAt: number