postCreateResponse.ts 87 B

1234
  1. // 게시글 등록 결과
  2. export default interface PostCreateResponse {
  3. id: number;
  4. }