Skip to content

Commit

Permalink
create: RegistrationResponseDto for registered contact
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladik-gif committed Oct 17, 2024
1 parent 30c4174 commit 8eca381
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package com.chat.yourway.dto.response;

import lombok.Builder;

@Builder
public record RegistrationResponseDto(String registerStatus) { }

0 comments on commit 8eca381

Please sign in to comment.