We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27e01a commit 3dcacc2Copy full SHA for 3dcacc2
lib/common-types.ts
@@ -246,6 +246,11 @@ export interface BasicMetaSysProps {
246
247
export interface MetaSysProps extends BasicMetaSysProps {
248
space?: SysLink
249
+ /**
250
+ * @deprecated `status` only exists on entities. Please refactor to use a
251
+ * type guard to get the correct `EntityMetaSysProps` type with this property.
252
+ */
253
+ status?: SysLink
254
publishedVersion?: number
255
archivedVersion?: number
256
archivedBy?: SysLink
0 commit comments