We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c5c9a commit a59b747Copy full SHA for a59b747
api/pages/project/search/query.ts
@@ -8,16 +8,6 @@ import type { ResponseOfEndpoint } from "../../../../targeted_response.ts";
8
import { type BaseOptions, setDefaults } from "../../../../util.ts";
9
import { cookie } from "../../../../rest/auth.ts";
10
11
-/** Options for {@linkcode getPage} */
12
-export interface GetPageOption<R extends Response | undefined>
13
- extends BaseOptions<R> {
14
- /** use `followRename` */
15
- followRename?: boolean;
16
-
17
- /** project ids to get External links */
18
- projects?: string[];
19
-}
20
21
/** Constructs a request for the `/api/pages/:project/search/query` endpoint
22
*
23
* @param project The name of the project to search within
0 commit comments