David Brownman
David Brownman
Also I noticed I couldn't assign this issue to myself or change labels on it. Are the team permissions set up that way on purpose?
There it is! This'll happen eventually
@jpbernius Hey! this wasn't a priority for launch, but it's something I'm going to keep looking into. Originally I tried using [this](https://github.com/bcherny/json-schema-to-typescript) to turn our (extensive) json schema into typings,...
This is awesome! We use `fetch` for HTTP request, so you can probably re-use those typings instead of using your own. That said, if this works for what you need,...
I'm actually going to re-open this since we're only partway there. it's a good start though!
@bradleyayers @jpbernius Not sure if y'all are still interested in these, but I just merged typings for the Z object and some other interfaces into master in core ([here](https://github.com/zapier/zapier-platform-core/blob/master/index.d.ts)). Bradley...
awesome feedback! A couple of quick points: * I'm going to keep it as `zObject` to match up with the docs. It's a little more descriptive that way * `bundle.inputDataRaw`...
@boedlen that's very cool! maybe a dumb question, but don't you get the same result by casting on the output: ```ts interface MyReults { a: number b: number } const...
Got it. Could you show me an example of what your test code looks like now? I'm having a little trouble wrapping my head around the pattern.
Awesome! I've made that change in `core` and it'll go out with the next release (this evening). Let me know if you have any other suggestions!