export type TCallerUserInfoValue = {
  callerUserInfo: {
    avatar?: string;
    userId?: string;
  },
};

export const CallerUserInfoContextKey = 'CallerUserInfoContextKey';
