feat(server): support team workspace subscription (#8919)

close AF-1724, AF-1722
This commit is contained in:
forehalo
2024-12-05 08:31:01 +00:00
parent 4055e3aa67
commit 5bf8ed1095
26 changed files with 2208 additions and 785 deletions
+5 -1
View File
@@ -5,7 +5,11 @@ config:
strict: true
maybeValue: T | null
declarationKind: interface
avoidOptionals: true
avoidOptionals:
field: true
inputValue: false
object: false
defaultValue: false
preResolveTypes: true
namingConvention:
enumValues: keep