import { type ReactNode } from "react"; export type WithChildren = T & { children?: ReactNode; };