Skip to content
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

[types] ProposalFunctionInputs type seems outdated - does not match documentation #325

Open
bstchow opened this issue Sep 26, 2023 · 0 comments

Comments

@bstchow
Copy link

bstchow commented Sep 26, 2023

Issue

Current ProposalFunctionInputs type does not match API documentation
https://docs.openzeppelin.com/defender/v1/admin-api-reference

type ProposalFunctionInputsArray = (string | boolean)[];
type ProposalFunctionInputs = (
  | string
  | boolean
  | (string | boolean | (string | boolean | (string | boolean | ProposalFunctionInputsArray)[])[])[]
)[];

Fix

#324

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant