TSizing$1

type TSizing$1 = {
[key in keyof ISizing]: any;
};

Type definition for sizing methods. Maps all keys of ISizing to any type. Used for dynamic method routing in SizingConnectionService.