source:
src/components/file-thumbnail/types.ts
Last change on this file was 5d6f37a, checked in by , 7 weeks ago | |
---|---|
|
|
File size: 186 bytes |
Line | |
---|---|
1 | // ---------------------------------------------------------------------- |
2 | |
3 | export interface ExtendFile extends File { |
4 | preview?: string; |
5 | path?: string; |
6 | lastModifiedDate?: string; |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.