export interface ShareInfo { is_team_shared: boolean; role: string; is_personally_shared_to_others: boolean; }