export type UnsafeMixed<T> = T;
export type OptionalProp<T> = UnsafeMixed<T>;
//# sourceMappingURL=codegenUtils.d.ts.map