remove emprty type
This commit is contained in:
@@ -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<
|
||||
|
||||
Reference in New Issue
Block a user