export interface I__Name__ { id: string; } export interface I__Name__Instance { getID: () => string; toDTO: () => I__Name__; }