google login and power share link (#292)
This commit is contained in:
5
client/src/api/request/kb.d.ts
vendored
5
client/src/api/request/kb.d.ts
vendored
@@ -17,6 +17,11 @@ export type CreateKbParams = {
|
||||
type: `${KbTypeEnum}`;
|
||||
};
|
||||
|
||||
export type GetFileListProps = RequestPaging & {
|
||||
kbId: string;
|
||||
searchText: string;
|
||||
};
|
||||
|
||||
export type GetKbDataListProps = RequestPaging & {
|
||||
kbId: string;
|
||||
searchText: string;
|
||||
|
||||
Reference in New Issue
Block a user