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
/
schema.d.ts
7 lines
(6 loc)
•
121 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
OpenapiSdkSchematicSchema
{
name
:
string
description
:
string
tags
?:
string
directory
?:
string
}