Skip to content

Commit ce522ce

Browse files
authored
feat: support visibleName in fileDetails props (#648)
## Problem Not able to set visibleName of files ## Solution Expose `visibleName` prop <!--- REMINDER: - Read CONTRIBUTING.md first. - Add test coverage for your changes. - Link to related issues/commits. - Testing: how did you test your changes? - Screenshots if applicable --> ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 6e92fab commit ce522ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/chat.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export interface FileDetails {
138138
deleted?: number
139139
total?: number
140140
}
141+
visibleName?: string
141142
}
142143

143144
export interface FileList {

0 commit comments

Comments
 (0)