import { TWithUserData } from './TWithUserData'; export type TWithWrapperIdEntity = Omit & Readonly<{ userData: { wrapperId: string; }; }>;