diff --git a/packages/global/support/outLink/type.d.ts b/packages/global/support/outLink/type.d.ts index a9e19655c..60a304dbe 100644 --- a/packages/global/support/outLink/type.d.ts +++ b/packages/global/support/outLink/type.d.ts @@ -94,10 +94,10 @@ export type OutLinkSchema = { export type OutLinkEditType = { _id?: string; name: string; - showCite: OutLinkSchema['showCite']; - showRunningStatus: OutLinkSchema['showRunningStatus']; - showFullText: OutLinkSchema['showFullText']; - canDownloadSource: OutLinkSchema['canDownloadSource']; + showCite?: OutLinkSchema['showCite']; + showRunningStatus?: OutLinkSchema['showRunningStatus']; + showFullText?: OutLinkSchema['showFullText']; + canDownloadSource?: OutLinkSchema['canDownloadSource']; // response when request immediateResponse?: string; // response when error or other situation