refactor: introduce dedicated identifier types for improved clarity and type safety
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type Identifier = string | number;
|
||||
import type { Identifier } from './types/identifiers';
|
||||
|
||||
type Nullable<T> = T | null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user