Resources
Common Resource Types.
ResourceBase
Base shape shared by every OpenMusic resource object.
interface ResourceBase {
id: string;
type: string;
}Common Resource Types.
Base shape shared by every OpenMusic resource object.
interface ResourceBase {
id: string;
type: string;
}