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