We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92528d commit 78027f8Copy full SHA for 78027f8
src/features/ticket/model/ticketInformation.ts
@@ -39,18 +39,6 @@ export interface TicketOptionResponse {
39
choices: TicketOptionChoice[];
40
}
41
42
-// 텍스트
43
-export interface TicketOptionAnswerTextRequest {
44
- ticketOptionId: number;
45
- answerText: string;
46
-}
47
-
48
-// 선택지
49
-export interface TicketOptionAnswerChoiceRequest {
50
51
- ticketOptionChoiceId: number;
52
53
54
// 티켓 옵션 응답
55
export interface TicketOptionAnswerRequest {
56
ticketOptionId: number;
0 commit comments