UNPKG

@azuro-org/dictionaries

Version:
8 lines (7 loc) 224 B
import type { OneOf } from './types'; type Props = OneOf<{ marketKey: string; outcomeId: string | number; }>; declare const getMarketDescription: (props: Props) => string; export default getMarketDescription;