fix/conceptos-catalogo-general
This commit is contained in:
@@ -4,6 +4,7 @@ import type { ApiResponse } from '$lib/api';
|
||||
export interface ClassificationConcept {
|
||||
id: number;
|
||||
classification: string;
|
||||
description?: string;
|
||||
tenant_id: number;
|
||||
company_id: number;
|
||||
created_at: string;
|
||||
@@ -12,6 +13,7 @@ export interface ClassificationConcept {
|
||||
|
||||
export interface ClassificationConceptCreate {
|
||||
classification: string;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
export interface ClassificationConceptUpdate extends Partial<ClassificationConceptCreate> {}
|
||||
|
||||
Reference in New Issue
Block a user