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