LwInterface
import type { LwInterface } from "https://raw.githubusercontent.com/ent2/deno-playentry/main/src/deps.ts";
type LwInterface<T> = [K in keyof T]-?: undefined extends T[K] ? Lw<NonNullable<T[K]>> : NonNullable<T[K]>;
import type { LwInterface } from "https://raw.githubusercontent.com/ent2/deno-playentry/main/src/deps.ts";