/** @public */ export type Shortcut = { id: string; url: string; title: string; }; export type FormValues = { url: string; title: string; };