mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Split types and typings
This commit is contained in:
parent
d6d951ddc0
commit
26d6bf6533
175 changed files with 208 additions and 206 deletions
|
@ -12,8 +12,8 @@ import { sequelizeTypescript } from '../initializers/database'
|
|||
import { Transaction } from 'sequelize/types'
|
||||
import { Redis } from './redis'
|
||||
import { Emailer } from './emailer'
|
||||
import { MAccountDefault, MActorDefault, MChannelActor } from '../typings/models'
|
||||
import { MUser, MUserDefault, MUserId } from '../typings/models/user'
|
||||
import { MAccountDefault, MActorDefault, MChannelActor } from '../types/models'
|
||||
import { MUser, MUserDefault, MUserId } from '../types/models/user'
|
||||
import { getAccountActivityPubUrl } from './activitypub/url'
|
||||
|
||||
type ChannelNames = { name: string, displayName: string }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue