feat: 설문 게시자 표시

This commit is contained in:
2024-09-28 13:09:51 +00:00
parent 4b3ab5e31c
commit 5622839ffa
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -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;