refactor: introduce dedicated identifier types for improved clarity and type safety
This commit is contained in:
@@ -7,9 +7,7 @@ import {
|
||||
} from 'react';
|
||||
import type { JSX } from 'react';
|
||||
import { CheckIcon, ChevronDownIcon } from '../../ui/icons';
|
||||
|
||||
|
||||
type CapabilityValue = string | number;
|
||||
import type { CapabilityValue } from '../../types/identifiers';
|
||||
|
||||
export interface CapabilityDropdownOption {
|
||||
value?: CapabilityValue | null;
|
||||
|
||||
Reference in New Issue
Block a user