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