Type alias NullablePartial<T, NK>

NullablePartial<T, NK>: Partial<Pick<T, NK>> & Omit<T, NK>

Type Parameters

Generated using TypeDoc