UNPKG

@zuu/owl

Version:

Zuu's Experimental GraphQL Implementation

10 lines (9 loc) 242 B
import { ClassType } from "../../decorators/types"; export interface UnionMetadata { types: ClassType[]; name: string; description?: string; } export interface UnionMetadataWithSymbol extends UnionMetadata { symbol: symbol; }