type IComputeData = any; Copy
type IComputeData = any;
Generic type for compute data, allowing flexibility in data structure. Can be any type to support diverse compute operations.