Commit fef3942c authored by Yoon, Daeki's avatar Yoon, Daeki 😅
Browse files

프론트엔드 파일 구조 변경

parent 85077051
export interface PostType {
id: string;
title: string;
body?: string;
date: string;
counts: number;
theme?: string;
city?: string;
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment