core.withid | Medplum

WithId type [​](/content/docs/sdk/core.withid#withid-type "Direct link to WithId type"/index.html)

Signature:

export type WithId<T> = T & {

id: string;

};