export interface CDv2Response> { content: Content; } export interface CDv2LinkedResponse, Types = Record[]> { content: Content; linkedContent: Types; }