@ndla/types-backend 1.0.88 → 1.0.89
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.
|
@@ -159,6 +159,8 @@ export type components = {
|
|
|
159
159
|
isPrimary: boolean;
|
|
160
160
|
/** @description Whether this context is active */
|
|
161
161
|
isActive: boolean;
|
|
162
|
+
/** @description Whether this context is in archived subject */
|
|
163
|
+
isArchived: boolean;
|
|
162
164
|
/** @description Unique url for this context. */
|
|
163
165
|
url: string;
|
|
164
166
|
};
|