/**
 * Application-facing model. Replace the placeholder fields with the feature contract.
 */
export interface <%= classify(entity) %> {
  id: string;
}
