File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
*/
15
15
16
16
import { caching } from 'cache-manager' ;
17
- import { dump } from 'js-yaml' ;
18
17
import got from 'got' ;
18
+ import { dump } from 'js-yaml' ;
19
19
20
20
import { markdown } from '#markdown' ;
21
21
import { getPropertyContent } from '#property' ;
22
22
23
23
import type { Cache } from 'cache-manager' ;
24
24
import type { Got , OptionsOfJSONResponseBody , Response } from 'got' ;
25
+
25
26
import type {
26
27
Block ,
27
28
Database ,
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import { name } from '#.';
18
18
import type { FullDatabase , FullPage } from '#types' ;
19
19
import type { NodeInput , NodePluginArgs } from 'gatsby' ;
20
20
21
-
22
21
interface ContentNode < Type extends string > extends NodeInput {
23
22
ref : string ;
24
23
createdTime : string ;
You can’t perform that action at this time.
0 commit comments