data
UserResponse
type ApiResponse<T> = { data: T; ok: boolean; }; type User = { id: number; name: string }; type UserResponse = ApiResponse<User>;
A/B/C/D o 1/2/3/4 - respuestas · ←/→ - navegación