SliderValue

export interface SliderValue {
  Version: string;
  Value: number;
}

{
  "Version": "String",
  "Value": "Single"
}
Last Updated:
Contributors: Elliott Cooper, Matthew Satti