first commit
This commit is contained in:
8
src/types/validation.ts
Normal file
8
src/types/validation.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface ValidationResult {
|
||||
valid: boolean;
|
||||
conformanceLevel?: string;
|
||||
structureErrors?: string[];
|
||||
pdfErrors?: string[];
|
||||
}
|
||||
|
||||
export type FileContent = Uint8Array | Blob | File;
|
||||
Reference in New Issue
Block a user