build: tsconfig 변경
- 반영된 룰에 맞게 import type 적용
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { InvalidResponse } from "./defs";
|
||||
import type { InvalidResponse } from "./defs";
|
||||
import { APIPathGen } from "./util/APIPathGen";
|
||||
import { callSammoAPI, ValidResponse } from "./util/callSammoAPI";
|
||||
import { callSammoAPI, type ValidResponse } from "./util/callSammoAPI";
|
||||
export type { ValidResponse, InvalidResponse };
|
||||
|
||||
async function done<ResultType extends ValidResponse>(args?: Record<string, unknown>): Promise<ResultType>;
|
||||
|
||||
Reference in New Issue
Block a user