Type Alias ExactPartial<type>

ExactPartial: { [key in keyof type]?: type[key] }

Type Parameters

  • type