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 1414 */
1515
1616import { caching } from 'cache-manager' ;
17- import { dump } from 'js-yaml' ;
1817import got from 'got' ;
18+ import { dump } from 'js-yaml' ;
1919
2020import { markdown } from '#markdown' ;
2121import { getPropertyContent } from '#property' ;
2222
2323import type { Cache } from 'cache-manager' ;
2424import type { Got , OptionsOfJSONResponseBody , Response } from 'got' ;
25+
2526import type {
2627 Block ,
2728 Database ,
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import { name } from '#.';
1818import type { FullDatabase , FullPage } from '#types' ;
1919import type { NodeInput , NodePluginArgs } from 'gatsby' ;
2020
21-
2221interface ContentNode < Type extends string > extends NodeInput {
2322 ref : string ;
2423 createdTime : string ;
You can’t perform that action at this time.
0 commit comments