UNPKG

@omnigraph/odata

Version:
10 lines (9 loc) 366 B
export declare function getTypeNameFromRef({ typeRef, isInput, isRequired, aliasNamespaceMap, multipleSchemas, namespaces, isEnumType, }: { typeRef: string; isInput: boolean; isRequired: boolean; aliasNamespaceMap: Map<string, string>; multipleSchemas: boolean; namespaces: Set<string>; isEnumType(typeName: string): boolean; }): string;