fix: add missing import and export for ApproveWorkspaceJoinApply
This commit is contained in:
parent
a835610737
commit
1b5e9799eb
@ -35,6 +35,7 @@ import type {
|
||||
AiModelVersionResponse,
|
||||
AiProviderResponse,
|
||||
AppNotificationItem,
|
||||
ApproveWorkspaceJoinApply,
|
||||
AssignIssueUser,
|
||||
AssignPrUser,
|
||||
AuthCaptchaParams,
|
||||
|
||||
@ -32,6 +32,7 @@ export * from './aiModelResponse';
|
||||
export * from './aiModelVersionResponse';
|
||||
export * from './aiProviderResponse';
|
||||
export * from './appNotificationItem';
|
||||
export * from './approveWorkspaceJoinApply';
|
||||
export * from './assignIssueUser';
|
||||
export * from './assignPrUser';
|
||||
export * from './authCaptchaParams';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user