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.
2 parents 07e78c2 + b11b2a6 commit 06b4704Copy full SHA for 06b4704
api/embed-text/url.ts
@@ -0,0 +1,5 @@
1
+/** the response type of /api/embed-text/url */
2
+export interface URLInfo {
3
+ /** The web page's title */
4
+ title: string;
5
+}
rest.ts
@@ -9,6 +9,7 @@ export * from "./error.ts";
9
10
export * from "./api/commits/project/pageId.ts";
11
export * from "./api/embed-text/twitter.ts";
12
+export * from "./api/embed-text/url.ts";
13
export * from "./api/page-data/export/project.ts";
14
export * from "./api/page-data/import/project.ts";
15
export * from "./api/page-snapshots/project/pageId.ts";
0 commit comments