Commit ce241b82 authored by Diego Iván's avatar Diego Iván
Browse files

renombrando propiedad dto

parent 029f737a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
export class CreateStateDto {
  name: string;
  imageURL: string;
  imageName: string;
}