All optional object fields in the infer type #426
Answered
by
colinhacks
awinogradov
asked this question in
Q&A
-
type Q = {
key: string;
description?: string;
} TS |
Beta Was this translation helpful? Give feedback.
Answered by
colinhacks
May 7, 2021
Replies: 1 comment 1 reply
Answer selected by
awinogradov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#289