Hi!
I was trying to follow this API docs https://developers.miro.com/reference/copy-board and was hoping to use the copyBoard() in my React app but it doesn’t seem to exists in the latest npm package.
I’ve installed "@mirohq/websdk-types": "^2.15.1", and I’m including <script src="https://miro.com/app/static/sdk/v2/miro.js"></script> in the index.html file.
Am I missing something?