export default interface SharedLink { text: string; URL: string; target: "_blank" | "_self" | "_parent" | "_top"; }