feature/checkpoin-before-table
This commit is contained in:
@@ -161,6 +161,7 @@ export interface Item {
|
||||
fcc_key?: string;
|
||||
has_certificate?: boolean;
|
||||
certificate_number?: string;
|
||||
certificate_end_date?: string;
|
||||
octave_permit?: string;
|
||||
|
||||
// Flags
|
||||
@@ -174,6 +175,11 @@ export interface Item {
|
||||
igi_payment_method?: string;
|
||||
igi_amount?: number;
|
||||
|
||||
// Export valuation (Met Valor, Valor Det., Motivo De Uso)
|
||||
valuation_method?: string;
|
||||
valuation_determined_value?: number;
|
||||
valuation_reason?: string;
|
||||
|
||||
// Additional notes
|
||||
wildcard_field?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user