This commit is contained in:
2026-03-16 11:00:16 -04:00
parent 7c47f2d2eb
commit b1b8eb297e
45 changed files with 3701 additions and 3736 deletions

View File

@@ -7,7 +7,7 @@
*/
export type GetDocumentsParams = {
page?: number;
limit?: number;
search?: string;
page?: number;
limit?: number;
search?: string;
};