Skip to content

Commit

Permalink
Update types
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Sep 10, 2023
1 parent d9c7b78 commit 9849ebf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions types/src/js/edit-content.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion types/src/mjs/constant.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const INCLUDE_TITLE_HTML_PLAIN: "includeTitleHTMLPlain";
export const INCLUDE_TITLE_MARKDOWN: "includeTitleMarkdown";
export const JIRA: "Jira";
export const JS_CONTEXT_INFO: "/js/context-info.js";
export const JS_EDIT_CONTENT: "/js/edit-content.js";
export const LATEX: "LaTeX";
export const LINK_DETAILS: "copyLinkDetails";
export const LINK_MENU: "#copyLinkDetails button,#copyLinkContent,#copyLinkBBCodeURLContent";
Expand Down
1 change: 1 addition & 0 deletions types/src/mjs/prompt.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export function promptContent(opt?: object): string | null;

0 comments on commit 9849ebf

Please sign in to comment.