We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DefaultChannelData
1 parent fad4407 commit edac5f6Copy full SHA for edac5f6
src/types/defaultDataInterfaces.ts
@@ -3,6 +3,7 @@ export interface DefaultChannelData {
3
image?: string;
4
name?: string;
5
subtitle?: string;
6
+ team?: string;
7
}
8
9
export interface DefaultAttachmentData {}
0 commit comments