ledfx
    Preparing search index...

    Interface RefreshCacheApiResponse

    Response for POST /api/cache/images/refresh.

    interface RefreshCacheApiResponse {
        data?: { url: string };
        payload?: { reason: string; type: "error" | "success" | "info" };
        status: "success" | "failed";
    }
    Index
    data?: { url: string }
    payload?: { reason: string; type: "error" | "success" | "info" }
    status: "success" | "failed"