feat: 설문 게시자 표시
This commit is contained in:
@@ -3,6 +3,7 @@ import type { ValidResponse } from "@/util/callSammoAPI";
|
||||
export type VoteInfo = {
|
||||
id: number;
|
||||
title: string;
|
||||
opener?: string;
|
||||
multipleOptions: number;
|
||||
startDate: string;
|
||||
endDate?: string;
|
||||
|
||||
Reference in New Issue
Block a user