export type TWithWrapperId = { setWrapperId: (id: string) => void; getWrapperId: () => string | undefined; };