type ItemsPatch: object | ItemsPatchInexhaustive | ItemsPatchExhaustive;
The anonymous type is kept for backward compatibility; use ItemsPatchInexhaustive instead.
type ItemsPatch: object | ItemsPatchInexhaustive | ItemsPatchExhaustive;
The anonymous type is kept for backward compatibility; use ItemsPatchInexhaustive instead.