You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use the type Record<string, object | number | string | boolean | undefined> for our job parameters.
Would it be possible / desirable to allow the user to pass their own type here (and keep the current as the default) so they get TypeScript errors when they don't pass exactly the parameters they want?
The text was updated successfully, but these errors were encountered:
Currently we use the type
Record<string, object | number | string | boolean | undefined>
for our job parameters.Would it be possible / desirable to allow the user to pass their own type here (and keep the current as the default) so they get TypeScript errors when they don't pass exactly the parameters they want?
The text was updated successfully, but these errors were encountered: