remove emprty type
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
// ─── Domain Types ───────────────────────────────────────────────────────────
|
// ─── Domain Types ───────────────────────────────────────────────────────────
|
||||||
|
|
||||||
import { DocumentTypeValue } from '@/widgets/detail/ui/sertificate/types';
|
|
||||||
|
|
||||||
export interface User {
|
export interface User {
|
||||||
id: string;
|
id: string;
|
||||||
firstName: string;
|
firstName: string;
|
||||||
@@ -31,7 +29,7 @@ export interface PlagiarismFormState {
|
|||||||
certificate: boolean;
|
certificate: boolean;
|
||||||
text?: string;
|
text?: string;
|
||||||
total_price: number;
|
total_price: number;
|
||||||
document_type: DocumentTypeValue;
|
document_type: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type PlagiarismFormErrors = Partial<
|
export type PlagiarismFormErrors = Partial<
|
||||||
|
|||||||
Reference in New Issue
Block a user