Options
All
  • Public
  • Public/Protected
  • All
Menu

@rd-testrail-reporter/core

Index

Type Aliases

DeepPartial<T>: T extends object ? { [ P in keyof T]?: DeepPartial<T[P]> } : T

Derive partial recursively of deeply nested objects

e.g. {key1: child1: {}} => {key1?: child1?: {}}

Type Parameters

  • T

Generated using TypeDoc