You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -207,6 +241,31 @@ export async function getLettersWithRetry(
207
241
thrownewError("Unexpectedly exhausted GET /letters retries");
208
242
}
209
243
244
+
exportasyncfunctiongetMI(
245
+
miId: string,
246
+
request: APIRequestContext,
247
+
baseUrl: string,
248
+
headers: Record<string,string>,
249
+
): Promise<FetchMiResult>{// change retrun type to FetchMiResult and create new type if the response body shape is different to the get letters response, currently reusing as the response shapes are the same and to avoid code duplication
0 commit comments