/**
* Information about an announcement.
*/
export interface ChatAnnouncementInfo {
/**
* The color of the announcement.
*
* Colors are "PRIMARY", "BLUE", "GREEN", "ORANGE"and"PURPLE".
*/
color: string;
}
//# sourceMappingURL=ChatAnnouncementInfo.d.ts.map