import { apiGet } from "@/api/client"; import type { ExpectationResponse } from "@/utils/designDrift"; /** Checkable claims from the rulebook this install designated as its design system. * * `rulebook_id: null` means none has been designated — the normal state for a * fresh install, not an error. The caller shows an explanatory empty state. */ export const fetchDesignExpectations = () => apiGet("/api/design/expectations");