import { JsonApiData } from "./JsonApiData"; export interface SerializedMergedData { data?: JsonApiData | JsonApiData[]; }