UNPKG

@readyplayerme/react-avatar-creator

Version:

Ready Player Me - React Avatar Creator

10 lines (7 loc) 216 B
import { IFrameEvent } from '../types'; export type AvatarExportedEventPayload = { url: string; userId: string; avatarId: string; }; export type AvatarExportedEvent = IFrameEvent<AvatarExportedEventPayload>;