core.fetchlike | Medplum

FetchLike type

Signature:

export type FetchLike = (url: string, options?: any) => Promise<any>;