From cb927ae07938949d3439ee11b8c38b502fbd2442 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Fri, 28 Jul 2023 14:22:10 +0800 Subject: [PATCH] chore: update tailchat.d.ts #127 --- client/web/tailchat.d.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/client/web/tailchat.d.ts b/client/web/tailchat.d.ts index 88c9766114f..16bca8345c8 100644 --- a/client/web/tailchat.d.ts +++ b/client/web/tailchat.d.ts @@ -184,6 +184,8 @@ declare module '@capital/common' { export const useWatch: any; + export const parseUrlStr: any; + export const navigate: any; export const useLocation: any; @@ -211,6 +213,8 @@ declare module '@capital/common' { export const postRequest: any; + export const BaseCardPayload: any; + export const pluginCustomPanel: any; export const regCustomPanel: (info: { @@ -348,6 +352,10 @@ declare module '@capital/common' { export const regPluginInboxItemMap: any; + export const pluginCardItemMap: any; + + export const regPluginCardItem: any; + export const pluginGroupConfigItems: any; export const regPluginGroupConfigItem: any; @@ -573,4 +581,6 @@ declare module '@capital/component' { export const JumpToConverseButton: any; export const NoData: any; + + export const NotFound: any; }