ledfx
    Preparing search index...

    Interface GetAssetsApiResponse

    Response for GET /api/assets.

    interface GetAssetsApiResponse {
        assets: AssetMetadata[];
    }
    Index
    assets: AssetMetadata[]