This website requires JavaScript.
Explore
Help
Sign in
mythic-insight
/
calcom
Watch
1
Star
0
Fork
You've already forked calcom
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5
e52e1e3e23
calcom
/
lib
/
types
/
utils.ts
4 lines
96 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Refactors video integrations (#1037) * Fixes error types * Type fixes * Refactors video meeting handling * More type fixes * Type fixes * More fixes * Makes language non optional * Adds missing translations * Apply suggestions from code review Co-authored-by: Alex Johansson <alexander@n1s.se> * Feedback Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Alex Johansson <alexander@n1s.se>
2021-10-26 16:17:24 +00:00
export
type
Ensure
<
T
,
K
extends
keyof
T
>
=
Omit
<
T
,
K
>
&
{
[
EK
in
K
]
-
?
:
NonNullable
<
T
[
EK
]
>
;
Several type fixes (#855) * Several type fixes * Update ee/lib/stripe/client.ts Co-authored-by: Alex Johansson <alexander@n1s.se> * Typo * Refactors createPaymentLink * Simplify calendarClietn type Co-authored-by: Alex Johansson <alexander@n1s.se> Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: Alex van Andel <me@alexvanandel.com>
2021-10-05 22:46:48 +00:00
}
;
Reference in a new issue
Copy permalink