Logo

Docs

Resources

Common Resource Types.

ResourceBase

Base shape shared by every OpenMusic resource object.

interface ResourceBase {
  id: string;
  type: string;
}

On this page