mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
add reset actions
This commit is contained in:
@@ -151,3 +151,12 @@ export enum ThemeType {
|
||||
Light = 'light',
|
||||
Dark = 'dark',
|
||||
}
|
||||
export interface VideoCollectTable{
|
||||
id: string
|
||||
name: string
|
||||
title: string
|
||||
description: string
|
||||
createAt: number
|
||||
endAt: number
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user