fix import type
This commit is contained in:
parent
18fe773923
commit
01d4d55e78
408 changed files with 474 additions and 475 deletions
|
@ -1,6 +1,6 @@
|
|||
import { Inject, Injectable } from '@nestjs/common';
|
||||
import { Endpoint } from '@/server/api/endpoint-base.js';
|
||||
import { AppsRepository } from '@/models/index.js';
|
||||
import type { AppsRepository } from '@/models/index.js';
|
||||
import { IdService } from '@/core/IdService.js';
|
||||
import { unique } from '@/misc/prelude/array.js';
|
||||
import { secureRndstr } from '@/misc/secure-rndstr.js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue