Skip to content

Fixing type defitions

Vinay Rosenberg requested to merge github/fork/adripanico/development into development

Created by: adripanico

After commit 042e07df, the TypeScript transpiler fails since the type definitions wrongly includes a default value for the priority parameter, throwing the error TS1039: Initializers are not allowed in ambient contexts.

Merge request reports