Skip to content

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

@bstchow

Description

@bstchow

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions