설명

선언

// TypeScript 글로벌 타입 선언
declare global {
    var fetch: typeof import('undici')['fetch'];
}