Add docs for slack and add missing datatype (#1023)
This commit is contained in:
@@ -36,6 +36,7 @@ class IndirectDataType(Enum):
|
||||
RSSFEED = "rss_feed"
|
||||
BEEHIIV = "beehiiv"
|
||||
DIRECTORY = "directory"
|
||||
SLACK = "slack"
|
||||
|
||||
|
||||
class SpecialDataType(Enum):
|
||||
@@ -71,3 +72,4 @@ class DataType(Enum):
|
||||
RSSFEED = IndirectDataType.RSSFEED.value
|
||||
BEEHIIV = IndirectDataType.BEEHIIV.value
|
||||
DIRECTORY = IndirectDataType.DIRECTORY.value
|
||||
SLACK = IndirectDataType.SLACK.value
|
||||
|
||||
Reference in New Issue
Block a user