UNPKG

@selfcommunity/types

Version:

Types to integrate a community created with SelfCommunity.

12 lines (11 loc) 500 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SCBroadcastMessageBannerType = void 0; /** * Define the various types of banners */ var SCBroadcastMessageBannerType; (function (SCBroadcastMessageBannerType) { SCBroadcastMessageBannerType["HTML"] = "html_banner"; SCBroadcastMessageBannerType["NOTIFICATION"] = "notification_banner"; })(SCBroadcastMessageBannerType = exports.SCBroadcastMessageBannerType || (exports.SCBroadcastMessageBannerType = {}));