AdaptableValueGetterParams

TypeScript
type AdaptableValueGetterParams<DATA_TYPE = any> = {
  data: DATA_TYPE;
};