1
0
Fork 0
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:
Chocobozzz 2020-04-09 11:00:30 +02:00
parent bc0d801bb7
commit 1b05d82d86
No known key found for this signature in database
GPG key ID: 583A612D890159BE
10 changed files with 110 additions and 9 deletions

View file

@ -9,6 +9,10 @@ import { Logger } from 'winston'
export type PeerTubeHelpers = {
logger: Logger
database: {
query: Function
}
}
export type RegisterServerOptions = {