/** * @fileoverview Product feedback content types * @description Enum defining the available content types for product feedback activities */ /** * Enum for product feedback content types * Used to categorize the type of product feedback provided to Google */ export declare enum ProductFeedbackContentType { EARLY_ACCESS_PROGRAM = "Early access program", PRODUCT_FEEDBACK_SESSION = "Product feedback session" } //# sourceMappingURL=ProductFeedbackContentType.d.ts.map