Type Alias: Ensured<T, K>
Ensured<
T,K> =Required<Pick<T,K>> &{ [SubKey in K]: NonNullable<T[SubKey]> }
Defined in: src/types/utils/index.ts:87
Pick a single property from T and ensure it is defined
Type Parameters
| Type Parameter |
|---|
|
|
Ensured<
T,K> =Required<Pick<T,K>> &{ [SubKey in K]: NonNullable<T[SubKey]> }
Defined in: src/types/utils/index.ts:87
Pick a single property from T and ensure it is defined
| Type Parameter |
|---|
|
|