Skip to content

Commit a08f10c

Browse files
Add "team" property to the DefaultChannelData interface
1 parent 724dea6 commit a08f10c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)