Componentalization
This commit is contained in:
4
resources/js/types/index.d.ts
vendored
4
resources/js/types/index.d.ts
vendored
@@ -55,11 +55,11 @@ export interface Country {
|
||||
|
||||
export interface Tour {
|
||||
id: number
|
||||
title: string
|
||||
name: string
|
||||
internal_name: string
|
||||
length: number
|
||||
price: number
|
||||
level: string
|
||||
short_description: string
|
||||
countries: Country[]
|
||||
countries: ?Country[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user