-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix various typings for FieldSet #390
base: master
Are you sure you want to change the base?
Conversation
The only type I am not sure about is the AiText as I cannot test this. I have added the following types based on the docs, but I wanted to confirm with someone who works at AirTable first or whom has experience with this feature. |
Just thought I'd bump this in case anyone at AirTable would like to merge this @NabeelFarooqui-at This should be incredibly quick to review and merge |
Bumping this. It's a pretty simple change, could this be merged? |
This actually nicely solves the Lookup problem by defining a
FieldValue
type and allowing it to be an array ofFieldValue
'sFixes #389
All based on testing and AirTable field model docs