linter fixes

This commit is contained in:
2025-05-27 15:07:33 +03:00
parent b30796ae4b
commit 85349bf961
16 changed files with 991 additions and 1295 deletions

View File

@@ -1,4 +1,3 @@
import { StaticImageData } from 'next/image'
import { IconType } from 'react-icons'
export interface TextInputProps {
@@ -248,13 +247,13 @@ export interface Lead {
name: string
phone_number: string
email: string
route: Route
moving_user: number
route?: Route
moving_user?: number
moving_price: string
moving_date: string
comment?: string
created_at: string
status: 'actual' | 'canceled' | 'completed'
created_at?: string
status?: 'actual' | 'canceled' | 'completed'
}
export interface LeadPageProps extends Lead {