mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
add + remove users from organisation
This commit is contained in:
@@ -116,3 +116,9 @@ export type OrganisationResponse = {
|
||||
Organisation: OrganisationRecord;
|
||||
OrganisationMember: OrganisationMemberRecord;
|
||||
};
|
||||
|
||||
export type OrganisationMemberResponse = {
|
||||
OrganisationMember: OrganisationMemberRecord;
|
||||
Organisation: OrganisationRecord;
|
||||
User: UserRecord;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user