fix: add missing import and export for ApproveWorkspaceJoinApply

This commit is contained in:
zhenyi 2026-05-30 14:59:45 +08:00
parent a835610737
commit 1b5e9799eb
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ import type {
AiModelVersionResponse, AiModelVersionResponse,
AiProviderResponse, AiProviderResponse,
AppNotificationItem, AppNotificationItem,
ApproveWorkspaceJoinApply,
AssignIssueUser, AssignIssueUser,
AssignPrUser, AssignPrUser,
AuthCaptchaParams, AuthCaptchaParams,

View File

@ -32,6 +32,7 @@ export * from './aiModelResponse';
export * from './aiModelVersionResponse'; export * from './aiModelVersionResponse';
export * from './aiProviderResponse'; export * from './aiProviderResponse';
export * from './appNotificationItem'; export * from './appNotificationItem';
export * from './approveWorkspaceJoinApply';
export * from './assignIssueUser'; export * from './assignIssueUser';
export * from './assignPrUser'; export * from './assignPrUser';
export * from './authCaptchaParams'; export * from './authCaptchaParams';