First commit #1
Annotations
10 errors
build:
main.ts#L1
Module '"./notionHandling"' declares 'fetchNotionData' locally, but it is not exported.
|
build:
main.ts#L1
Module '"./notionHandling"' declares 'getDatabaseName' locally, but it is not exported.
|
build:
main.ts#L1
Module '"./markdownCreation"' declares 'createMarkdownFiles' locally, but it is not exported.
|
build:
main.ts#L1
Module '"fs"' has no default export.
|
build:
main.ts#L1
Cannot find name 'app'. Did you mean 'App'?
|
build:
main.ts#L1
Cannot find name 'TAbstractFile'.
|
build:
main.ts#L1
Property 'basePath' does not exist on type 'DataAdapter'.
|
build:
main.ts#L1
Parameter 'message' implicitly has an 'any' type.
|
build:
main.ts#L1
Expected 1 arguments, but got 0.
|
build:
main.ts#L1
Cannot find name 'request'. Did you mean 'Request'?
|