- 비 undefined 타입에서 ?타입 호출 제거 - API 소속 type들을 defs/API/ 로 이동 - 모든 SammoAPI, SammoRootAPI 지정
5 lines
117 B
TypeScript
5 lines
117 B
TypeScript
import type { ValidResponse } from "@/defs";
|
|
|
|
export type UploadImageResponse = ValidResponse & {
|
|
path: string;
|
|
} |