File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
export type {
2
2
BadRequestError ,
3
+ BaseLine as Line ,
3
4
ErrorLike ,
4
5
ExportedData ,
5
6
GuestUser ,
@@ -16,12 +17,12 @@ export type {
16
17
Page ,
17
18
PageList ,
18
19
ProjectSearchResult ,
19
- Scrapbox ,
20
20
SearchedTitle ,
21
21
SearchResult ,
22
22
SessionError ,
23
23
TweetInfo ,
24
- } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.4/mod.ts" ;
25
- import type { Page } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.4/mod.ts" ;
24
+ } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/rest.ts" ;
25
+ export type {
26
+ Scrapbox ,
27
+ } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/userscript.ts" ;
26
28
export * from "https://esm.sh/@progfay/scrapbox-parser@7.2.0" ;
27
- export type Line = Page [ "lines" ] [ 0 ] ;
Original file line number Diff line number Diff line change 1
- export * from "https://deno.land/std@0.133 .0/testing/asserts.ts" ;
1
+ export * from "https://deno.land/std@0.135 .0/testing/asserts.ts" ;
You can’t perform that action at this time.
0 commit comments