Skip to content

Commit

Permalink
feat(rest-api-client): add some parameters for type of getSpace response
Browse files Browse the repository at this point in the history
  • Loading branch information
shabaraba committed Jul 12, 2024
1 parent ca902a7 commit 5219fb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/rest-api-client/src/client/types/space/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ export type Space = {
isGuest: boolean;
attachedApps: AttachedApp[];
fixedMember: boolean;
showAnnouncement: boolean;
showThreadList: boolean;
showAppList: boolean;
showMemberList: boolean;
showRelatedLinkList: boolean;
};

export type SpaceMemberForResponse = {
Expand Down

0 comments on commit 5219fb7

Please sign in to comment.