Full Pocketbase Integration
This commit is contained in:
@@ -38,11 +38,16 @@ export interface EstimateItem {
|
||||
scopeId?: string;
|
||||
subScopeId?: string;
|
||||
}
|
||||
|
||||
export interface TemplateItem {
|
||||
id: string;
|
||||
description: string;
|
||||
quantity: number;
|
||||
unitPrice: number;
|
||||
markup: number;
|
||||
markupType: PricingType;
|
||||
contingency: number;
|
||||
contingencyType: PricingType;
|
||||
}
|
||||
|
||||
export interface Template {
|
||||
|
||||
Reference in New Issue
Block a user