roavatar-renderer
    Preparing search index...

    Interface ItemDetail_Result

    interface ItemDetail_Result {
        assetType: number;
        bundledItems: [];
        collectibleItemId: string | null;
        creatorHasVerifiedBadge: boolean;
        creatorName: string;
        creatorTargetId: number;
        creatorType: "User" | "Group";
        description: string;
        favoriteCount: number;
        id: number;
        isOffSale: boolean;
        itemRestrictions: string[];
        itemStatus: string[];
        itemType: "Asset" | "Bundle";
        lowestPrice?: number;
        name: string;
        offsaleDeadline: null;
        saleLocationType: string;
        supportsHeadShapes?: boolean;
        taxonomy: { taxonomyId: string; taxonomyName: string };
    }
    Index

    Properties

    assetType: number
    bundledItems: []
    collectibleItemId: string | null
    creatorHasVerifiedBadge: boolean
    creatorName: string
    creatorTargetId: number
    creatorType: "User" | "Group"
    description: string
    favoriteCount: number
    id: number
    isOffSale: boolean
    itemRestrictions: string[]
    itemStatus: string[]
    itemType: "Asset" | "Bundle"
    lowestPrice?: number
    name: string
    offsaleDeadline: null
    saleLocationType: string
    supportsHeadShapes?: boolean
    taxonomy: { taxonomyId: string; taxonomyName: string }