API: Add programatically generated Provisioning API slice definitions

These definitions were generated using the RTKQ code generation tool and
will replace the existing definitions.
This commit is contained in:
lucasgarfield 2023-07-27 14:13:43 +02:00 committed by Lucas Garfield
parent 74528356fa
commit 702b667dc5
20 changed files with 2020 additions and 89 deletions

View file

@ -7,6 +7,7 @@
"jsx": "react-jsx",
"allowJs": true,
"moduleResolution": "node",
"strictNullChecks": true
"strictNullChecks": true,
"allowSyntheticDefaultImports": true
}
}