Skip to content

Commit

Permalink
chore(starters): Update server starter
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Jul 27, 2022
1 parent b39b574 commit 53f559f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions starters/server/src/modules/user/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { User as MedusaUser } from '@medusajs/medusa/dist/models/user';
import { User as ExtendedUser } from '@modules/user/user.entity';
import { default as ExtendedUserRepository } from '@modules/user/user.repository';

declare module '@medusajs/medusa/dist/models/user' {
export declare class User extends MedusaUser {
store_id: string;
}
export declare class User extends ExtendedUser {}
}

declare module '@medusajs/medusa' {
Expand Down

0 comments on commit 53f559f

Please sign in to comment.