Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
types(share): correct the relationship name of roles to user
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Sep 14, 2022
1 parent 15fd9e9 commit 6726cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shareable/types/documents/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ extends GeneralRelationshipData {
serialized: DepartmentIdentifierDocument<T extends "create"|"update" ? "attached" : T>,
deserialized: DeserializedDepartmentDocument<"attached">
},
role: {
roles: {
serialized: RoleIdentifierListDocument<T extends "create"|"update" ? "attached" : T>,
deserialized: DeserializedRoleListDocument<"attached">
},
Expand Down

0 comments on commit 6726cd5

Please sign in to comment.