/** * @fileoverview Content types for activity submissions * @description Enum defining the available content types for content creation activities */ /** * Enum for content types in content creation activities * Used to categorize different types of content submissions */ export declare enum ContentType { ARTICLES = "Articles", BOOKS = "Books", CONSOLE_PROJECTS = "Console Projects", DEMOS = "Demos", NEWSLETTERS = "Newsletters", PODCASTS = "Podcasts", REUSABLE_GCP_PRESENTATIONS = "Reusable GCP presentations", VIDEOS = "Videos" } //# sourceMappingURL=ContentType.d.ts.map