/** * This type represents the ViewConfig serializable type, which must be JSON * safe. */ export type Scalar = number | string | boolean | null;