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,6 +7,6 @@
*/
export type GetImportDirectoryParams = {
directory?: string;
select?: string;
directory?: string;
select?: string;
};