@medplum/fhirtypes 3.2.26 → 3.2.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/AsyncJob.d.ts
CHANGED
|
@@ -106,6 +106,11 @@ export interface ProjectMembership {
|
|
|
106
106
|
*/
|
|
107
107
|
identifier?: Identifier[];
|
|
108
108
|
|
|
109
|
+
/**
|
|
110
|
+
* Whether this project membership record is in active use.
|
|
111
|
+
*/
|
|
112
|
+
active?: boolean;
|
|
113
|
+
|
|
109
114
|
/**
|
|
110
115
|
* Project where the memberships are available.
|
|
111
116
|
*/
|