From f479685678406a5df864d89615b33d29085ebfc6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 6 Apr 2021 11:35:56 +0200 Subject: Agnostic actor image storage --- shared/models/actors/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared/models/actors/index.ts') diff --git a/shared/models/actors/index.ts b/shared/models/actors/index.ts index c7a92399d..156f83248 100644 --- a/shared/models/actors/index.ts +++ b/shared/models/actors/index.ts @@ -1,3 +1,5 @@ export * from './account.model' +export * from './actor-image.model' +export * from './actor-image.type' export * from './actor.model' export * from './follow.model' -- cgit v1.2.3