export type SearchUser = { readonly id: number; readonly name: string; readonly picture_url: string; };