We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@model() export class NatspecMethods extends Model { [prop: number]: NatspecMethod; constructor(data?: Partial<NatspecMethods>) { super(data); } }
https://github.com/loredanacirstea/dType-pipeos-contracts/commit/04813ea289fb43a693d758b5eb2d69863be195b6#diff-2b290993f649c2c4d2dcb4d6bf564c33R45
For some reason, string was not allowed, even though in theory, number and string are the only ones allowed.
string
number
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/loredanacirstea/dType-pipeos-contracts/commit/04813ea289fb43a693d758b5eb2d69863be195b6#diff-2b290993f649c2c4d2dcb4d6bf564c33R45
For some reason,
string
was not allowed, even though in theory,number
andstring
are the only ones allowed.The text was updated successfully, but these errors were encountered: