Commit a172de22 authored by Lee Soobeom's avatar Lee Soobeom
Browse files

type.tsx

parent c8a72edb
export interface PostType {
id: string;
title: string;
date: string;
click: number;
}
\ No newline at end of file
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