/**
 * Transport contract returned by the API. Keep backend field names isolated here.
 */
export interface <%= classify(entity) %>Dto {
  id: string;
}
