UNPKG

ng-alain-sts

Version:

Swagger to sf schema & st column in ng-alain

4 lines (3 loc) 210 B
import { Spec } from 'swagger-schema-official'; import { Config, Options, ResultValue } from './interfaces'; export declare function generator(data: Spec, options: Options, config: Config): ResultValue | null;