]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/typings/utils.ts
Add notification on auto follow index
[github/Chocobozzz/PeerTube.git] / server / typings / utils.ts
index 1abb4f73e3a4747ee6930b648f21b005a5d8d9da..24d43b2587007611a1836bc3a881e562e243f5c3 100644 (file)
@@ -19,4 +19,4 @@ export type DeepPartial<T> = {
     : T[P] extends ReadonlyArray<infer U>
       ? ReadonlyArray<DeepPartial<U>>
       : DeepPartial<T[P]>
-};
+}