@selfcommunity/types
Version:
Types to integrate a community created with SelfCommunity.
9 lines (8 loc) • 336 B
JavaScript
/**
* Define the various types of banners
*/
export var SCBroadcastMessageBannerType;
(function (SCBroadcastMessageBannerType) {
SCBroadcastMessageBannerType["HTML"] = "html_banner";
SCBroadcastMessageBannerType["NOTIFICATION"] = "notification_banner";
})(SCBroadcastMessageBannerType || (SCBroadcastMessageBannerType = {}));