UNPKG
openapi-sdk
Version:
latest (0.0.1)
0.0.1
This library was generated with [Nx](https://nx.dev).
openapi-sdk
/
src
/
builders
/
build
/
schema.d.ts
5 lines
(3 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
import
{
JsonObject
}
from
'@angular-devkit/core'
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export
interface
BuildBuilderSchema
extends
JsonObject
{}