/** * @fileoverview Significance types for story activities * @description Enum defining the available significance types for story activities */ /** * Enum for significance types in story activities * Used to categorize the type of significance or impact of a story */ export declare enum SignificanceType { DIVERSITY_INCLUSION = "Diversity & Inclusion", HELPING_BUSINESS = "Helping Business", SOCIAL_IMPACT = "Social Impact", FEEDBACK_TO_GOOGLE = "Feedback to Google", COMMUNITY_LEADING = "Community Leading", TECHNOLOGY_OPEN_SOURCE = "Technology / Open source" } //# sourceMappingURL=SignificanceType.d.ts.map