4.6.3-website dataset (#532)
This commit is contained in:
8
packages/global/common/file/api.d.ts
vendored
Normal file
8
packages/global/common/file/api.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export type UrlFetchParams = {
|
||||
urlList: string[];
|
||||
selector?: string;
|
||||
};
|
||||
export type UrlFetchResponse = {
|
||||
url: string;
|
||||
content: string;
|
||||
}[];
|
||||
Reference in New Issue
Block a user