@codama/renderers-js
Version:
JavaScript renderer compatible with the Solana Kit library
8 lines • 374 B
TypeScript
import { TypeNode } from '@codama/nodes';
import type { GlobalFragmentScope } from '../getRenderMapVisitor';
import { Fragment } from './common';
export declare function getTypeDiscriminatedUnionHelpersFragment(scope: Pick<GlobalFragmentScope, 'nameApi'> & {
name: string;
typeNode: TypeNode;
}): Fragment;
//# sourceMappingURL=typeDiscriminatedUnionHelpers.d.ts.map