aboutsummaryrefslogblamecommitdiffstats
path: root/packages/react-docs/src/ts/utils/constants.ts
blob: c3c74fd11511c30d1894582ab43a05be46dfacca (plain) (tree)
1
2
3
4
5
6
7
8
9

                                            

                                



                                                 
  
import { SupportedDocJson } from '../types';

export const constants = {
    TYPES_SECTION_NAME: 'types',
    TYPE_TO_SYNTAX: {
        [SupportedDocJson.Doxity]: 'solidity',
        [SupportedDocJson.TypeDoc]: 'typescript',
    } as { [supportedDocType: string]: string },
};