NonNullableRecord
NonNullableRecord<
T
>:NonNullable
<T
> extends infer U ?{ [K in keyof U]-?: NonNullable<U[K]> }
:never
Defined in: node_modules/.pnpm/@douglasneuroinformatics+libui-form-types@0.11.0/node_modules/@douglasneuroinformatics/libui-form-types/lib/index.d.ts:6
Type Parameters
• T