]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/utils.ts
Modify video file size to bigint
[github/Chocobozzz/PeerTube.git] / server / helpers / utils.ts
index af5be0c69dcbc40b845c22bcd82b7c90d122d956..ce07ceff9f231b1ac37da765992f7c718ab045e2 100644 (file)
@@ -47,11 +47,14 @@ function isSignupAllowed () {
   })
 }
 
+type SortType = { sortModel: any, sortValue: string }
+
 // ---------------------------------------------------------------------------
 
 export {
   badRequest,
   generateRandomString,
   getFormattedObjects,
-  isSignupAllowed
+  isSignupAllowed,
+  SortType
 }