/
insuby
/
test-3
Обзор
Документация
Войти
/
insuby
/
test-3
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
src/shared/api/types.ts
13 строк
257 B
otto.voice
feat: API слой и типы
17 окт 2025, 16:18
17 окт 2025, 16:18
16fc035
Код
Авторство
О чём код?
export type LoanApplicationResponse = { id: number; title: string; description: string; price: number; discountPercentage: number; rating: number; stock: number; brand: string; category: string; thumbnail: string; images: string[]; };