mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-18 23:11:12 +02:00
fix: minor type adjustments and cleanup
- Added missing Document type export - Fixed typeCounts usage in DocumentsTable - Minor formatting adjustments in DocumentsDataTable
This commit is contained in:
parent
ede7020b61
commit
55502579e1
3 changed files with 9 additions and 11 deletions
|
|
@ -161,6 +161,7 @@ export const deleteDocumentResponse = z.object({
|
|||
message: z.literal("Document deleted successfully"),
|
||||
});
|
||||
|
||||
export type Document = z.infer<typeof document>
|
||||
export type GetDocumentsRequest = z.infer<typeof getDocumentsRequest>;
|
||||
export type GetDocumentsResponse = z.infer<typeof getDocumentsResponse>;
|
||||
export type GetDocumentRequest = z.infer<typeof getDocumentRequest>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue