Fix TypeScript errors in markdownUtils #21
Annotations
4 errors
|
build (20.x):
src/utils/markdownUtils.ts#L4
'"marked"' has no exported member named 'Link'. Did you mean 'Links'?
|
|
build (20.x):
src/utils/markdownUtils.ts#L28
Argument of type '{ href: any; title: Link; text: Link; }' is not assignable to parameter of type 'Link'.
|
|
build (20.x):
src/utils/markdownUtils.ts#L74
Type 'string | Promise<string>' is not assignable to type 'string'.
|
|
build (20.x)
Process completed with exit code 2.
|