/** * @author Chirila-Ioan-Daniel */ export interface NestedDetailDataInterface { detailId?: number; name?: string; }