mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Split types and typings
This commit is contained in:
parent
d6d951ddc0
commit
26d6bf6533
175 changed files with 208 additions and 206 deletions
|
@ -21,7 +21,7 @@ import { ClientHtml } from '../client-html'
|
|||
import { PluginTranslation } from '../../../shared/models/plugins/plugin-translation.model'
|
||||
import { RegisterHelpersStore } from './register-helpers-store'
|
||||
import { RegisterServerHookOptions } from '@shared/models/plugins/register-server-hook.model'
|
||||
import { MOAuthTokenUser, MUser } from '@server/typings/models'
|
||||
import { MOAuthTokenUser, MUser } from '@server/types/models'
|
||||
import { RegisterServerAuthPassOptions, RegisterServerAuthExternalOptions } from '@shared/models/plugins/register-server-auth.model'
|
||||
|
||||
export interface RegisteredPlugin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue