export type FamilyActorContext = { id: number; phone: string; openId: string | null; serviceUid: string | null; };