mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Add SQL query support in plugins
This commit is contained in:
parent
bc0d801bb7
commit
1b05d82d86
10 changed files with 110 additions and 9 deletions
|
@ -9,6 +9,10 @@ import { Logger } from 'winston'
|
|||
|
||||
export type PeerTubeHelpers = {
|
||||
logger: Logger
|
||||
|
||||
database: {
|
||||
query: Function
|
||||
}
|
||||
}
|
||||
|
||||
export type RegisterServerOptions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue