mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Fix types
This commit is contained in:
parent
ee9ed6af1f
commit
a181d52fb2
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ export interface BrandingSubmission {
|
||||||
service: Service;
|
service: Service;
|
||||||
autoLock: boolean | undefined;
|
autoLock: boolean | undefined;
|
||||||
downvote: boolean | undefined;
|
downvote: boolean | undefined;
|
||||||
|
videoDuration: number | undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface BrandingSegmentDBResult {
|
export interface BrandingSegmentDBResult {
|
||||||
|
|
Loading…
Reference in a new issue