export interface StrapiDTO { id: number; attributes: Internal; } export interface PopulatedStrapiDTO { data: T }