ADD title and description fields to VideoMetadata type
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
type VideoMetadata = {
|
||||
title: string,
|
||||
description: string,
|
||||
startPoint: number,
|
||||
endPoint: number,
|
||||
fps: number,
|
||||
|
||||
Reference in New Issue
Block a user