.
This commit is contained in:
@@ -34,6 +34,13 @@ export interface PostListResponse {
|
||||
last: boolean;
|
||||
}
|
||||
|
||||
export interface PostSaveRequest {
|
||||
title: string;
|
||||
content: string;
|
||||
categoryId: number;
|
||||
tags: string[];
|
||||
}
|
||||
|
||||
// 4. 로그인 응답
|
||||
export interface AuthResponse {
|
||||
grantType: string;
|
||||
@@ -128,4 +135,4 @@ export interface CommentSaveRequest {
|
||||
// 16. 댓글 삭제 요청 (비회원 검증용)
|
||||
export interface CommentDeleteRequest {
|
||||
guestPassword?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user