UNPKG

custom-roulette

Version:
7 lines (6 loc) 125 B
declare type PrizeType = { id: string | number; image: string; text?: string; }; export default PrizeType;