MinMax: {
    maximum: any | null;
    minimum: any | null;
}

Type declaration

  • maximum: any | null
  • minimum: any | null