Creating Estimate Page
This commit is contained in:
17
src/model/Estimate.ts
Normal file
17
src/model/Estimate.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { tools } from '@src/store/Modules/tools'
|
||||
import { toolsext } from '@src/store/Modules/toolsext'
|
||||
|
||||
export interface IEstimate {
|
||||
id: number
|
||||
title: string
|
||||
advanced?: boolean
|
||||
description?: string
|
||||
viewlist?: number[]
|
||||
listsel?: number
|
||||
qtaName?: string
|
||||
icon?: string
|
||||
numpag?: number
|
||||
qta?: number
|
||||
price: number
|
||||
checksel?: boolean
|
||||
}
|
||||
@@ -10,3 +10,4 @@ export * from './Todos'
|
||||
export * from './Projects'
|
||||
|
||||
export * from './Calendar'
|
||||
export * from './Estimate'
|
||||
|
||||
Reference in New Issue
Block a user