Skip to content

Commit

Permalink
fix: re-export Account at AccountModuleFacade
Browse files Browse the repository at this point in the history
  • Loading branch information
laminne committed Jul 24, 2024
1 parent 25f07f4 commit e53c91c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/intermodule/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import type {
import type { FetchService } from '../accounts/service/fetch.js';
import type { FetchFollowService } from '../accounts/service/fetchFollow.js';

export type { Account } from '../accounts/model/account.js';

export interface PartialAccount {
id: AccountID;
name: AccountName;
Expand Down

0 comments on commit e53c91c

Please sign in to comment.