Move to eslint
[oweals/peertube.git] / server / typings / models / account / avatar.ts
index 8af6cc787768b170d1dfa047c4ceaa7fdb3b2cff..21b47180f7f75e2895b2481a6a07eb5878ce6ed8 100644 (file)
@@ -7,5 +7,6 @@ export type MAvatar = AvatarModel
 
 // Format for API or AP object
 
-export type MAvatarFormattable = FunctionProperties<MAvatar> &
+export type MAvatarFormattable =
+  FunctionProperties<MAvatar> &
   Pick<MAvatar, 'filename' | 'createdAt' | 'updatedAt'>