rozod
    Preparing search index...

    Variable getRecentItemsRecentitemlisttypeListConst Api Param

    getRecentItemsRecentitemlisttypeList: EndpointGeneric<
        { recentItemListType: 0
        | 1
        | 2
        | 3
        | 4
        | 5
        | 6 },
        {
            data: {
                assetType: { id: number; name: string };
                id: number;
                isEditable: boolean;
                name: string;
                type: 1 | 2;
            }[];
            total: number;
        },
        undefined,
    > = ...

    GET https://avatar.roblox.com/v1/recent-items/:recentItemListType/list Returns a list of recent items Recent items can be Assets or Outfits recentItemListType