Skip to content

Commit edac5f6

Browse files
fix: add "team" property to the DefaultChannelData interface (#2850)
1 parent fad4407 commit edac5f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/defaultDataInterfaces.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export interface DefaultChannelData {
33
image?: string;
44
name?: string;
55
subtitle?: string;
6+
team?: string;
67
}
78

89
export interface DefaultAttachmentData {}

0 commit comments

Comments
 (0)