All data objects, garments, avatars, scenes, outfits, etc. will be referenced with a object adhering to this base type.

interface ReferenceData {
    organizationId: string;
    reference: string;
}

Hierarchy (view full)

Properties

organizationId: string
reference: string