X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftypes%2Fmodels%2Faccount%2Findex.ts;h=9679c01e44be8c314e06f7704deee216e78baa0d;hb=0582b4f972a72c2297676faf1e574f817a5712f9;hp=dab2eea7e39de71c482a6f07e76d4a121bf09915;hpb=1e4d2cb5aef11898585fae4053da4ebd0a69b480;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/types/models/account/index.ts b/server/types/models/account/index.ts index dab2eea7e..9679c01e4 100644 --- a/server/types/models/account/index.ts +++ b/server/types/models/account/index.ts @@ -1,2 +1,3 @@ export * from './account' +export * from './actor-custom-page' export * from './account-blocklist'