export type SearchApp = { readonly id: string; name: string; readonly picture_url: string; app_metadata?: any; };