Searched defs:restClient (Results 1 – 2 of 2) sorted by relevance
9 export const restClient = jest.fn().mockResolvedValue({ data: [] }); constant
21 export async function restClient<T = any>(endpoint: string, options: RequestInit = {}) { function