[ Web Proxy ]
URL:
Viewing: https://zoom.github.io/rivet-javascript/modules/../types/Phone.AllPropsOptional.html [Back]  [Original]

AllPropsOptional | @zoom/rivet

Type Alias AllPropsOptional<T, True, False>

AllPropsOptional: Exclude<
{ [P in keyof T]: undefined extends T[P] ? True : False }[keyof T],
undefined,
> extends True
? True
: False

Type Parameters

Copyright © 2024 Zoom Video Communications, Inc.


Web Proxy Viewer  |  New URL  |  Original Page