core.fetchlike
Home > @medplum/core > FetchLike
FetchLike type
Signature:
export type FetchLike = (url: string, options?: any) => Promise<any>;
Home > @medplum/core > FetchLike
Signature:
export type FetchLike = (url: string, options?: any) => Promise<any>;