This commit is contained in:
Benjamin Toby
2025-04-23 13:20:44 +01:00
parent 6593047efd
commit cd6bfdfc67
8 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ type Param = {
folder?: string;
isPrivate?: boolean;
};
user_id?: boolean;
user_id?: string | number;
};
/**
+1 -1
View File
@@ -21,7 +21,7 @@ type Param = {
folder?: string;
isPrivate?: boolean;
};
user_id?: boolean;
user_id?: string | number;
};
/**