interface Actor {
    icon: string;
    name: string;
    url: string;
}

Properties

Properties

icon: string
name: string
url: string