/** * @fileoverview Interaction types for Googler interactions * @description Enum defining the available types of interactions with Google personnel */ /** * Enum for interaction types * Used to categorize the type of interaction with Google team members */ export declare enum InteractionType { PRODUCT_FEEDBACK = "Product feedback (research studies, roadmap input, Customer Advisory Boards, EAP)", FILE_BUGS = "File bugs / help out with finding bugs", GITHUB = "GitHub", STACK_OVERFLOW = "Stack Overflow", INDUSTRY = "Industry", OTHER_INTERACTIONS = "Other interactions with Google Product Teams" } //# sourceMappingURL=InteractionType.d.ts.map