Skip to content

Commit

Permalink
✨ CursorResponse 생성
Browse files Browse the repository at this point in the history
- LocalDateTime, LocalDate 를 위한 제네릭
  • Loading branch information
weonest committed Jan 16, 2024
1 parent e7318b5 commit 1cacc19
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package dev.steady.steady.dto.response;

public record CursorResponse<T>(
T prevCursor,
T nextCursor
) {

}

0 comments on commit 1cacc19

Please sign in to comment.