interface PlainAstTypes {
    interfaces: PlainInterface[];
    unions: PlainUnion[];
}

Properties

Properties

interfaces: PlainInterface[]
unions: PlainUnion[]