Deno logo
DeployManualBlogAPIStandard LibraryThird Party Modules

esm.sh/@firebase/[email protected]/dist/index.d.ts

PartialWithFieldValue

  • Type Parameters
  • Type

PartialWithFieldValue

Similar to TypeScript's Partial<T>, but allows nested fields to be omitted and FieldValues to be passed in as property values.

type PartialWithFieldValue<T> = Partial<T> | (T extends Primitive ? T : T extends {} ? [K in keyof T]?: PartialWithFieldValue<T[K]> | FieldValue : never);

§Type Parameters

§
T
[src]

§Type

§
Partial<T> | (T extends Primitive ? T : T extends {} ? [K in keyof T]?: PartialWithFieldValue<T[K]> | FieldValue : never)
[src]
Manual
API
Standard Library
Third Party Modules
Benchmarks
Artwork
Blog
System Status
Companies interested in Deno