import { ResOpen } from '../shared/protocols/friend/PtlOpen'; export type CollectionFriend = ResOpen & { uid: string; refreshTime: number; };