import { OptionalKeys } from "../optional-keys"; import { Prettify } from "../prettify"; export type MarkOptional = Type extends Type ? Prettify & Required>>> : never;