UNPKG

ng-alain-sts

Version:

Swagger to sf schema & st column in ng-alain

4 lines (3 loc) 228 B
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>;