vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface CommunityTemplateBundleInfo

    interface CommunityTemplateBundleInfo {
        description?: string;
        image?: string;
        order: number;
        title: string;
        type: CommunityTemplateBundleInfoType;
    }
    Index

    Properties

    description?: string
    image?: string
    order: number
    title: string