create frontend directory
This commit is contained in:
6
frontend/types/index.ts
Normal file
6
frontend/types/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export type DirectoryEntryType = 'file' | 'directory';
|
||||
|
||||
export type BreadcrumbData = {
|
||||
name: string;
|
||||
href: string;
|
||||
};
|
||||
Reference in New Issue
Block a user