mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
feat: migrate to esm
This commit is contained in:
@@ -12,16 +12,16 @@
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import {SCTranslations} from './general/i18n';
|
||||
import {SCBulkResponse} from './protocol/routes/bulk-request';
|
||||
import {SCSearchResponse} from './protocol/routes/search';
|
||||
import {SCMultiSearchResponse} from './protocol/routes/search-multi';
|
||||
import {SCTranslations} from './general/i18n.js';
|
||||
import {SCBulkResponse} from './protocol/routes/bulk-request.js';
|
||||
import {SCSearchResponse} from './protocol/routes/search.js';
|
||||
import {SCMultiSearchResponse} from './protocol/routes/search-multi.js';
|
||||
import {
|
||||
SCThing,
|
||||
SCThingTranslatableProperties,
|
||||
SCThingType,
|
||||
SCThingWithoutReferences,
|
||||
} from './things/abstract/thing';
|
||||
} from './things/abstract/thing.js';
|
||||
|
||||
/**
|
||||
* Type guard to check if something is a SCThing
|
||||
|
||||
Reference in New Issue
Block a user