UNPKG
openapi-sdk
Version:
latest (0.0.1)
0.0.1
This library was generated with [Nx](https://nx.dev).
openapi-sdk
/
src
/
schematics
/
openapi-sdk
/
schematic.d.ts
4 lines
(3 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
import
{
Rule
}
from
'@angular-devkit/schematics'
;
import
{
OpenapiSdkSchematicSchema
}
from
'./schema'
;
export
default
function
(
options: OpenapiSdkSchematicSchema
):
Rule
;