@omnigraph/odata
Version:
10 lines (9 loc) • 366 B
text/typescript
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;