remove emprty type

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-04-06 11:52:22 +05:00
parent e95c8e9961
commit 5c07519e53

View File

@@ -1,7 +1,5 @@
// ─── Domain Types ───────────────────────────────────────────────────────────
import { DocumentTypeValue } from '@/widgets/detail/ui/sertificate/types';
export interface User {
id: string;
firstName: string;
@@ -31,7 +29,7 @@ export interface PlagiarismFormState {
certificate: boolean;
text?: string;
total_price: number;
document_type: DocumentTypeValue;
document_type: string;
}
export type PlagiarismFormErrors = Partial<