mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
feat: new directory dialog
repalces the new item table row
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import type { Id } from "../_generated/dataModel"
|
||||
|
||||
export enum FileType {
|
||||
File = "File",
|
||||
Directory = "Directory",
|
||||
}
|
||||
|
||||
export type DirectoryPathComponent = {
|
||||
handle: DirectoryHandle
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user