botas-core
    Preparing search index...

    Interface NotificationInfo

    Notification settings from Teams channel data.

    interface NotificationInfo {
        alert?: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    alert?: boolean