export type Cover = { altText: string; sourceUrl: string; title: string; }; export type CoverResponse = { node: Cover; };