refactor: introduce dedicated identifier types for improved clarity and type safety
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { MutableRefObject, useEffect } from 'react';
|
||||
|
||||
type FolderId = string | number | 'root' | null;
|
||||
type FolderId = string | 'root' | null;
|
||||
|
||||
interface DropOverlayState {
|
||||
active: boolean;
|
||||
|
||||
Reference in New Issue
Block a user