Home
last modified time | relevance | path

Searched refs:RedfishCollection (Results 1 – 1 of 1) sorted by relevance

/openbmc/webui-vue/src/api/composables/
H A DuseRedfishCollection.ts16 export interface RedfishCollection<T = unknown> { interface
232 const { data } = await api.get<RedfishCollection<T>>(url);
266 await api.get<RedfishCollection<CollectionMember>>(path);