type StorageId = string | number; Copy
type StorageId = string | number;
Type representing the unique identifier for storage items. Can be either a string or number for flexible item identification.