/** * This is an item URI within the app. It would look like: item:///. */ export type ItemRef = string;