Type alias CommunityTemplateBundleInfo

CommunityTemplateBundleInfo: {
    description?: string | null;
    image?: string | null;
    order: number;
    title: string;
    type: string;
}

Type declaration

  • Optional description?: string | null
  • Optional image?: string | null
  • order: number
  • title: string
  • type: string