Import PluginFunctionType? #1506
jablko
started this conversation in
API Questions
Replies: 1 comment 3 replies
-
Hi @jablko, thank you for reaching out! Usually, extending from However, if your setup requires |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to import the
PluginFunctionType
type?I tried to use it like so, to type a custom function method:
https://github.com/jablko/import-prepared-csv/blob/c44ed2c9047e2361e5631224e1d2a37e29e99161/Code.js#L431
... and import it like so:
https://github.com/jablko/import-prepared-csv/blob/c44ed2c9047e2361e5631224e1d2a37e29e99161/Code.js#L1
... however I get:
This is a similar question, maybe. Thank you for HyperFormula!
Beta Was this translation helpful? Give feedback.
All reactions