export type OptionalIfPossiblyUndefined = [T | undefined] extends [T] ? Partial> : Record; //# sourceMappingURL=OptionalIfPossiblyUndefined.d.ts.map