js version < 17.5 // (Remove this line if running in the browser) import fetch from 'node-fetch'; type User = { id: number; email: string; first_name: string; } ...
確定! 回上一頁