Skip to content

Commit

Permalink
chore: update tailchat.d.ts msgbyte#127
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jul 28, 2023
1 parent 8f6084d commit cb927ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions client/web/tailchat.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ declare module '@capital/common' {

export const useWatch: any;

export const parseUrlStr: any;

export const navigate: any;

export const useLocation: any;
Expand Down Expand Up @@ -211,6 +213,8 @@ declare module '@capital/common' {

export const postRequest: any;

export const BaseCardPayload: any;

export const pluginCustomPanel: any;

export const regCustomPanel: (info: {
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -573,4 +581,6 @@ declare module '@capital/component' {
export const JumpToConverseButton: any;

export const NoData: any;

export const NotFound: any;
}

0 comments on commit cb927ae

Please sign in to comment.