linter fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user