LwPropCopyimport type { LwProp } from "https://raw.githubusercontent.com/ent2/deno-playentry/main/mod.ts";type LwProp<I, N extends keyof I> = Lw<NonNullable<I[N]>>;§Type Parameters§I[src]§N extends keyof I[src]§Type§Lw<NonNullable<I[N]>>[src]