UrlReaderServiceSearchResponse
Home > @backstage/backend-plugin-api
> UrlReaderServiceSearchResponse
The output of a search operation.
Signature:
export type UrlReaderServiceSearchResponse = {
files: UrlReaderServiceSearchResponseFile[];
etag: string;
};
References: UrlReaderServiceSearchResponseFile