Appearance
type ResourcefulIndexProgressCallback = ( completed: number, total: number, ) => void;
completed
number
total
void