Skip to content

Commit a59b747

Browse files
committed
fix(api): Remove an unused interface
1 parent 05c5c9a commit a59b747

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

api/pages/project/search/query.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ import type { ResponseOfEndpoint } from "../../../../targeted_response.ts";
88
import { type BaseOptions, setDefaults } from "../../../../util.ts";
99
import { cookie } from "../../../../rest/auth.ts";
1010

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-
2111
/** Constructs a request for the `/api/pages/:project/search/query` endpoint
2212
*
2313
* @param project The name of the project to search within

0 commit comments

Comments
 (0)