refactor: split api into api, api-cli & api-plugin

This commit is contained in:
2023-06-02 16:41:25 +02:00
parent 495a63977c
commit b21833de40
205 changed files with 1981 additions and 1492 deletions

View File

@@ -73,7 +73,6 @@ export interface SCBookWithoutReferences
/**
* ISBNs of a book
*
* @filterable
* @keyword
*/
@@ -81,7 +80,6 @@ export interface SCBookWithoutReferences
/**
* Number of pages of a book
*
* @integer
*/
numberOfPages?: number;
@@ -99,7 +97,6 @@ export interface SCBookWithoutReferences
/**
* A book
*
* @validatable
* @indexable
*/