/
psukitp
/
plusminus
Обзор
Документация
Войти
/
psukitp
/
plusminus
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/components/auth/types.ts
15 строк
247 B
psukitp
add react router, add zustand, add auth, minor component changes
06 апр 2024, 19:21
06 апр 2024, 19:21
7c6a772
Код
Авторство
О чём код?
import { Key } from "react" export type AuthFormData = { login: string password: string } export type AuthResponseData = { id: Key | null name: string secondName: string login: string phone: string email: string }