Skip to content

Commit

Permalink
load file from local computer
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Jan 9, 2025
1 parent a3b7157 commit ee9873e
Show file tree
Hide file tree
Showing 7 changed files with 409 additions and 112 deletions.
7 changes: 5 additions & 2 deletions app/@types/configContext.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,12 @@ interface ISplusPhotoSpectra extends IterableInterface {
}

interface ICustomImagingColumn extends IterableInterface {
url: string,
fileExtension: string,
type: 'folder' | 'url',
folder: any,
prepend: string,
append: string,
columnIndex: number,
visible: boolean,
}

interface ICustomImaging extends IterableInterface {
Expand Down
Loading

0 comments on commit ee9873e

Please sign in to comment.