import { pattern, UI } from "commonfabric"; // FIXTURE: boolean-result-schema-normalization // Verifies: boolean result schemas stay normalized as `type: "boolean"` instead // of expanding into literal `true` / `false` enums. export default pattern((state: { isPremium: boolean; score: number }) => { return { [UI]: