Skip to content

Commit 3dcacc2

Browse files
fix(common-types): add back and deprecate status (#2463)
1 parent e27e01a commit 3dcacc2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/common-types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,11 @@ export interface BasicMetaSysProps {
246246

247247
export interface MetaSysProps extends BasicMetaSysProps {
248248
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
249254
publishedVersion?: number
250255
archivedVersion?: number
251256
archivedBy?: SysLink

0 commit comments

Comments
 (0)