Closed ritchieanesco closed 2 years ago
TinroBreadcrumb is defined as https://github.com/AlexxNB/tinro/blob/32038e776a9912265bdebe38a1d83214962792a8/index.d.ts#L9-L12
However, the data returned from meta() is:
interface TinroBreadcrumb { name: string path: string }
Thanks!
TinroBreadcrumb is defined as https://github.com/AlexxNB/tinro/blob/32038e776a9912265bdebe38a1d83214962792a8/index.d.ts#L9-L12
However, the data returned from meta() is: