mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
OrganisationResponse type
This commit is contained in:
@@ -33,4 +33,5 @@ export {
|
||||
export type {
|
||||
IssueResponse,
|
||||
ProjectResponse,
|
||||
OrganisationResponse,
|
||||
} from "./schema";
|
||||
|
||||
@@ -110,3 +110,8 @@ export type ProjectResponse = {
|
||||
Organisation: OrganisationRecord;
|
||||
User: UserRecord;
|
||||
};
|
||||
|
||||
export type OrganisationResponse = {
|
||||
Organisation: OrganisationRecord;
|
||||
OrganisationMember: OrganisationMemberRecord;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user