export interface ProfileAuthLink { link: string; expires: number; url: string; channel: string; }