jsii-docgen
Version:
generates api docs for jsii modules
9 lines (8 loc) • 304 B
TypeScript
import * as reflect from 'jsii-reflect';
import { StructSchema } from '../schema';
import { Transpile } from '../transpile/transpile';
export declare class Structs {
private readonly structs;
constructor(transpile: Transpile, interfaces: reflect.InterfaceType[]);
toJson(): StructSchema[];
}