UNPKG
ng-alain-sts
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.1-bate.2
0.0.1-bate.1
Swagger to sf schema & st column in ng-alain
ng-alain.com
ng-alain/sts
ng-alain-sts
/
src
/
generator.d.ts
4 lines
(3 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
import
{
Spec
}
from
'swagger-schema-official'
;
import
{
Config
,
Options
,
Result
}
from
'./interfaces'
;
export
declare
function
generator
(
swaggerJsonPathOrUrl
:
string
|
Spec
,
options
:
Options
,
config
?:
Config
):
Promise
<
Result
>;