# Functions
GetAllNotifications returns all notifications loaded from the data directory within this package as a native map.
GetNotification returns a Config and the value 'true' if a config exists for the given combination of 'team', 'product' and 'id' from the data directory within this package.
GetTeamNotifications returns all notifications loaded from the data directory within this package for a particular team and product as a native map.
GetTeamNotifications returns all notifications loaded from the data directory within this package for a particular team as a native map.
No description provided by the author
# Type aliases
ConfigTree abstracts notification configs loaded from a filesystem.