✅scrapbox-userscript-websocketにExternal Links用型定義を追加する
scrapbox-userscript-websocketにexternal linksのデータ通信用型定義を追加する
✅scrapbox-userscript-stdでExternal Linksを更新できるようにするために必要
修正内容
↓にProjectLinksCommitを入れる
https://code2svg.vercel.app/svg/L116-123/https://raw.githubusercontent.com/takker99/scrapbox-userscript-websocket/0.1.4/types.ts#.svg https://github.com/takker99/scrapbox-userscript-websocket/blob/0.1.4/types.ts#L116-L123
code:ts
export interface ProjectLinksCommit {
projectLinks: string[];
}
2023-07-30
17:13:31 merged
#2023-07-30 17:06:28