fix build

This commit is contained in:
heheer 2025-12-22 15:42:46 +08:00
parent 6aa4858259
commit f93417e32b
No known key found for this signature in database
GPG Key ID: 37DCB43201661540

View File

@ -94,10 +94,10 @@ export type OutLinkSchema<T extends OutlinkAppType = undefined> = {
export type OutLinkEditType<T = undefined> = {
_id?: string;
name: string;
showCite: OutLinkSchema<T>['showCite'];
showRunningStatus: OutLinkSchema<T>['showRunningStatus'];
showFullText: OutLinkSchema<T>['showFullText'];
canDownloadSource: OutLinkSchema<T>['canDownloadSource'];
showCite?: OutLinkSchema<T>['showCite'];
showRunningStatus?: OutLinkSchema<T>['showRunningStatus'];
showFullText?: OutLinkSchema<T>['showFullText'];
canDownloadSource?: OutLinkSchema<T>['canDownloadSource'];
// response when request
immediateResponse?: string;
// response when error or other situation