[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-29 UTC."],[],[],null,["# ChannelOptions interface\n\nChannel options interface.\n\n**Signature:** \n\n export interface ChannelOptions \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------------|-----------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| [allowedEventTypes](./firebase-admin.eventarc.channeloptions.md#channeloptionsallowedeventtypes) | string\\[\\] \\| string \\| undefined | An array of allowed event types. If specified, publishing events of unknown types is a no op. When not provided, no event filtering is performed. |\n\nChannelOptions.allowedEventTypes\n--------------------------------\n\nAn array of allowed event types. If specified, publishing events of unknown types is a no op. When not provided, no event filtering is performed.\n\n**Signature:** \n\n allowedEventTypes?: string[] | string | undefined;"]]