]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/account/actor-custom-page.ts
Move typescript utils in its own directory
[github/Chocobozzz/PeerTube.git] / server / types / models / account / actor-custom-page.ts
index 2cb8aa7e4b67acb197ec5b62e2ba8a25497b8699..fcd8069be5cb481abfb987ff2eeab5799b54f21b 100644 (file)
@@ -1,4 +1,3 @@
-
 import { ActorCustomPageModel } from '../../../models/account/actor-custom-page'
 
 export type MActorCustomPage = Omit<ActorCustomPageModel, 'Actor'>