roavatar-renderer
    Preparing search index...

    Interface UserLooks_Result

    interface UserLooks_Result {
        data: {
            assets: { id: number }[];
            bundles: { id: number }[];
            createdTime: string;
            displayProperties: {
                backgroundType: string;
                backgroundValue: null;
                emoteAssetId: null;
            };
            lookId: string;
            lookType: "Avatar";
            moderationStatus: "Approved";
            name: string;
            totalValue: number;
            updatedTime: string;
        }[];
        nextCursor: string
        | null;
        previousCursor: string | null;
    }
    Index

    Properties

    data: {
        assets: { id: number }[];
        bundles: { id: number }[];
        createdTime: string;
        displayProperties: {
            backgroundType: string;
            backgroundValue: null;
            emoteAssetId: null;
        };
        lookId: string;
        lookType: "Avatar";
        moderationStatus: "Approved";
        name: string;
        totalValue: number;
        updatedTime: string;
    }[]
    nextCursor: string | null
    previousCursor: string | null