type ResultId = string | number; Copy
type ResultId = string | number;
Unique identifier for a dump result. Can be a string or numeric ID.