UNPKG

@ministryofjustice/hmpps-digital-prison-reporting-frontend

Version:

The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.

12 lines (11 loc) 431 B
import { z } from 'zod'; export declare const BucketOptionsSchema: z.ZodObject<{ useRagColour: z.ZodDefault<z.ZodBoolean>; buckets: z.ZodDefault<z.ZodArray<z.ZodObject<{ min: z.ZodOptional<z.ZodNumber>; max: z.ZodOptional<z.ZodNumber>; hexColour: z.ZodOptional<z.ZodString>; }, z.core.$strip>>>; baseColour: z.ZodOptional<z.ZodString>; }, z.core.$strip>; export default BucketOptionsSchema;