export interface Deeplink { native: string | null; universal: string | null; redirectToAppBrowser: string | null; }