Skip to main content
Go to Latest
type alias ReadonlyOptionalPropertyKeys
import { type ReadonlyOptionalPropertyKeys } from "https://deno.land/x/openbox@1.1.8/deps.ts";
definition: [K in keyof T]: T[K] extends TReadonly<TSchema> ? (T[K] extends TOptional<T[K]> ? K : never) : never[keyof T]