Skip to content

Commit e3f9dd8

Browse files
committed
Undo type
1 parent 4b390e8 commit e3f9dd8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • packages/shared/src/lib/user

packages/shared/src/lib/user/user.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ export const User = Type.Object({
4242

4343
export type User = Static<typeof User>;
4444

45-
export type UserWithOrganization = User & {
46-
organizationId: OpenOpsId;
47-
};
48-
4945
export const UserMeta = Type.Object({
5046
id: Type.String(),
5147
email: Type.String(),

0 commit comments

Comments
 (0)