Manual check types on workspace.json #6682
caenguidanos
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm working with custom generators to deploy containers to Cloud Run.
This implementation uses a config object of type:
And, in the workspace.json i can use this parameters in the app config object. Fine. The question i have is, ¿how can i add a strictly type checking in workspace.json before sending to the executor? At this time, we have types on workspace, nice types, but, ¿is there any way to extends this built-in types?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions