/**
* type accepted by Tag component
*/
export interface TagType {
TagName: string
TagId: number
}
export interface ActorType {
Thumbnail: string;
Name: string;
ActorId: number;