Studio is an interface representing a studio. It includes the id and name each having their own properties.
Studio
id is a number representing the id of the studio.
id
name is a string representing the name of the studio.
name
Studio
is an interface representing a studio. It includes the id and name each having their own properties.