typescriptify Popupbase
focus textfield on filterclick
This commit is contained in:
15
src/types/VideoTypes.ts
Normal file
15
src/types/VideoTypes.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
/**
|
||||
* type accepted by Tag component
|
||||
*/
|
||||
export interface TagType {
|
||||
tag_name: string
|
||||
tag_id: number
|
||||
}
|
||||
|
||||
export interface ActorType {
|
||||
thumbnail: string;
|
||||
name: string;
|
||||
actor_id: number;
|
||||
}
|
||||
Reference in New Issue
Block a user