UNPKG

@readyplayerme/react-avatar-creator

Version:

Ready Player Me - React Avatar Creator

9 lines (6 loc) 197 B
import { IFrameEvent } from '../types'; export type AssetUnlockedEventPayload = { userId: string; assetId: string; }; export type AssetUnlockedEvent = IFrameEvent<AssetUnlockedEventPayload>;