/
astafievk
/
source_code
Обзор
Документация
Войти
/
astafievk
/
source_code
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
App/src/api/interfaces/IService.ts
10 строк
221 B
astafievK
source code
21 июн 2024, 21:02
21 июн 2024, 21:02
37a1d03
Код
Авторство
О чём код?
interface IService{ idService: number title: string description: string duration: number price: number idImage: number employerHasServices: IEmployeeHasService[] idImageNavigation: IImage }