export class <%= pascalCase(singularDomainName) %> {
  createdDateTime: string;
  id: <%= idPropertyDataType %>;
}
