export type SharedLinkInstance = { readonly id: string; name: string; logo?: string | null; color?: string | null; readonly environment: Record; settings?: any; };